Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
biscuitcakes committed May 30, 2024
1 parent 739532a commit 7a0b865
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-win64-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
openssl:p
nsis:p
- run: echo create symlink
- run: cp /

- run: git config --global core.autocrlf input

Expand Down
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ target_link_libraries(firelight PUBLIC
find_program(MINGW_PATH gcc)
get_filename_component(MINGW_DIR ${MINGW_PATH} DIRECTORY)
set(SHARED_LIB_DIR "${MINGW_DIR}")
message("Shared Library Directory: ${SHARED_LIB_DIR}")
message("Shared Library Directory: ${SHARED_LIB_DIR}")

configure_file(${SHARED_LIB_DIR}/qtpaths-qt6.exe ${SHARED_LIB_DIR}/qtpaths.exe COPYONLY)
#file(COPY DESTINATION )

#include(GNUInstallDirs)
install(TARGETS firelight
Expand Down

0 comments on commit 7a0b865

Please sign in to comment.