Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
Deb generation hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Jun 11, 2020
1 parent 1510bc5 commit b5e0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ if(UNIX) #building .deb package
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "juliagoda")
set(CPACK_STRIP_FILES "")
set(CPACK_SOURCE_STRIP_FILES "")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "qt5-default" "libsdl2-2.0-0" "libqt5x11extras5")
set(CPACK_DEBIAN_PACKAGE_DEPENDS "qt5-default, libsdl2-2.0-0, libqt5x11extras5")
endif()

set(CPACK_PACKAGE_EXECUTABLES "antimicroX" "antimicroX")
Expand Down

0 comments on commit b5e0ed4

Please sign in to comment.