mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
fix ci and nsis package generation
This commit is contained in:
parent
7e6460cf4c
commit
09637be998
3 changed files with 3 additions and 3 deletions
|
|
@ -295,7 +295,7 @@ install(TARGETS ${STORY_EDITOR_PROJECT} BUNDLE DESTINATION ".")
|
|||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
|
||||
|
||||
if(WIN32)
|
||||
install_files("." FILES "${SDL_BIN_DIR}/SDL3.dll")
|
||||
# install_files("." FILES "${SDL_BIN_DIR}/SDL3.dll")
|
||||
# install_files("." FILES "${SDL_IMAGE_BIN_DIR}/SDL3_image.dll")
|
||||
# install_files("." FILES "${SDL_MIXER_BIN_DIR}/SDL3_mixer.dll")
|
||||
install_files("." FILES "/usr/lib/gcc/x86_64-w64-mingw32/10-posix/libstdc++-6.dll")
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
docker run -v $(pwd)/..:/workspace cpp-dev-linux /bin/bash -c "cd /workspace/story-editor && ./build_linux.sh"
|
||||
docker run -v $(pwd)/../..:/workspace cpp-dev-linux /bin/bash -c "cd /workspace/story-editor && ./build_linux.sh"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
|
||||
docker run --privileged -v $(pwd)/..:/workspace cpp-dev-linux /bin/bash -c "cd /workspace/story-editor && ./build_appimage.sh"
|
||||
docker run --privileged -v $(pwd)/../..:/workspace cpp-dev-linux /bin/bash -c "cd /workspace/story-editor && ./build_appimage.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue