Fix paths for linux cpack build
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user