Skip to content

Commit

Permalink
Merge pull request vegastrike#957 from stephengtuggy/yet_more_macOS_i…
Browse files Browse the repository at this point in the history
…nstaller_0.9.x

Yet more on macOS installer - 0.9.x
  • Loading branch information
stephengtuggy authored Jan 4, 2025
2 parents 6b1424a + 3966bb5 commit 4648beb
Show file tree
Hide file tree
Showing 7 changed files with 684 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Windows-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- os: windows-2019
cmake-generator: VS2019Win64
enable-pie: 1
build-type: Release
build-type: RelWithDebInfo
is-release: 1
- os: windows-2022
cmake-generator: VS2022Win64
enable-pie: 1
build-type: Debug
build-type: RelWithDebInfo
is-release: 1

env:
Expand Down
2 changes: 1 addition & 1 deletion engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ IF (CMAKE_SYSTEM_NAME STREQUAL Windows)
INSTALL(TARGETS vegastrike-engine COMPONENT vegastrike_engine RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
INSTALL(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/${CPACK_BUILD_CONFIG}/vegastrike-engine.exe" RENAME vegastrike.exe DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT vegastrike_alias)
ELSEIF (CMAKE_SYSTEM_NAME STREQUAL Darwin)
INSTALL(TARGETS vegastrike-engine COMPONENT vegastrike_engine BUNDLE DESTINATION "${CMAKE_OSX_APPLICATIONS_DIR}/VegaStrike")
INSTALL(TARGETS vegastrike-engine DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT vegastrike_engine BUNDLE DESTINATION "/Applications/VegaStrike")
ELSEIF (CMAKE_SYSTEM_NAME STREQUAL Linux)
INSTALL(TARGETS vegastrike-engine COMPONENT vegastrike_engine RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
INSTALL(PROGRAMS "${CMAKE_CURRENT_BINARY_DIR}/vegastrike-engine" RENAME vegastrike DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT vegastrike_alias)
Expand Down
Loading

0 comments on commit 4648beb

Please sign in to comment.