Skip to content

Commit

Permalink
trying to fix make dist, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jul 7, 2020
1 parent 66f4a35 commit ae022e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -575,7 +575,7 @@ if (GIT_FOUND)
COMMAND zip -rq sumo-all-${PACKAGE_VERSION}.zip sumo-${PACKAGE_VERSION}
COMMAND tar -czf sumo-all-${PACKAGE_VERSION}.tar.gz sumo-${PACKAGE_VERSION}
COMMAND mkdir sumo-${PACKAGE_VERSION}/sumo-gui-macos
COMMAND cp -a build/osx/sumo-gui/*.app build/osx/netedit/*.app build/osx/osm-web-wizard/*.app sumo-${PACKAGE_VERSION}/sumo-gui-macos
COMMAND cp -a build/macos/*/*.app sumo-${PACKAGE_VERSION}/sumo-gui-macos
COMMAND zip -rq sumo-gui-macos-${PACKAGE_VERSION}.zip sumo-${PACKAGE_VERSION}/sumo-gui-macos/*.app
COMMAND rm -rf sumo-${PACKAGE_VERSION} sumo-${PACKAGE_VERSION}.zip
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR})
Expand Down

0 comments on commit ae022e5

Please sign in to comment.