Fix paths for linux cpack build

This commit is contained in:
ReenigneArcher
2022-06-08 21:27:41 -04:00
parent 3b41888c66
commit 7cb0286414
+3 -3
View File
@@ -61,9 +61,9 @@ jobs:
matrix: matrix:
include: # package these differently include: # package these differently
- type: cpack - type: cpack
CMAKE_INSTALL_PREFIX: '/usr/local/sunshine' CMAKE_INSTALL_PREFIX: ''
SUNSHINE_ASSETS_DIR: 'assets' SUNSHINE_ASSETS_DIR: '/usr/local/sunshine/assets'
SUNSHINE_CONFIG_DIR: 'config' SUNSHINE_CONFIG_DIR: '/usr/local/sunshine/config'
- type: appimage - type: appimage
CMAKE_INSTALL_PREFIX: '/usr' CMAKE_INSTALL_PREFIX: '/usr'
SUNSHINE_ASSETS_DIR: 'sunshine.AppImage.config' SUNSHINE_ASSETS_DIR: 'sunshine.AppImage.config'