File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -887,12 +887,12 @@ elseif(UNIX)
887
887
# Create a proper App with file associations
888
888
889
889
# Install the .desktop manifest (allows the App to be seen in the Dash and adding to the dock, and to map it a mimetype)
890
- # install(FILES "${PROJECT_SOURCE_DIR}/src/openstudio_app /openstudioapp.desktop" DESTINATION /usr/share/applications)
891
- install (FILES "${PROJECT_SOURCE_DIR} /src/openstudio_app /openstudioapp.desktop" DESTINATION Temp/ )
890
+ # install(FILES "${PROJECT_SOURCE_DIR}/debian /openstudioapp.desktop" DESTINATION /usr/share/applications)
891
+ install (FILES "${PROJECT_SOURCE_DIR} /debian /openstudioapp.desktop" DESTINATION Temp/ )
892
892
893
893
# Install the XML mime info
894
- # install(FILES "${PROJECT_SOURCE_DIR}/src/openstudio_app /x-openstudio.xml" DESTINATION /usr/share/mime/application)
895
- install (FILES "${PROJECT_SOURCE_DIR} /src/openstudio_app /x-openstudio.xml" DESTINATION Temp/ )
894
+ # install(FILES "${PROJECT_SOURCE_DIR}/debian /x-openstudio.xml" DESTINATION /usr/share/mime/application)
895
+ install (FILES "${PROJECT_SOURCE_DIR} /debian /x-openstudio.xml" DESTINATION Temp/ )
896
896
897
897
set (CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CPACK_DEBIAN_BIN_PACKAGE_CONTROL_EXTRA} ;${POSTINST_FILE} ;${POSTRM_FILE} " )
898
898
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Icon=openstudioapp
9
9
Terminal =false
10
10
Categories =Utility;X-OpenStudio;X-EnergyModeling;
11
11
MimeType =application/x-openstudio;
12
-
12
+ StartupWMClass =OpenStudioApp
File renamed without changes.
You can’t perform that action at this time.
0 commit comments