Made run script instal as executable.

Also fixed a small bug with the run script.
This commit is contained in:
Andrew
2013-10-01 16:30:30 -05:00
parent 02a7d147ef
commit 1ed822d6e8
2 changed files with 3 additions and 2 deletions

View File

@ -433,7 +433,7 @@ INSTALL(TARGETS MultiMC
BUNDLE DESTINATION . COMPONENT Runtime
RUNTIME DESTINATION bin COMPONENT Runtime
)
INSTALL(FILES package/linux/MultiMC DESTINATION .)
INSTALL(PROGRAMS package/linux/MultiMC DESTINATION .)
ENDIF()
ENDIF()