From 9a95ce51322b21f918006955924b855ed5429db2 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 12 Aug 2022 17:28:31 -0400 Subject: [PATCH] simplify portable config for AppImage --- .github/workflows/CI.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a036ecf4..3b03bcca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -377,12 +377,9 @@ jobs: # install sunshine to the DESTDIR make install DESTDIR=AppDir - # portable home and config + # portable config (assets directory) # todo - this is ugly... we should use a custom AppRun script to take care of this mv ./AppDir${{ matrix.CMAKE_INSTALL_PREFIX }}/sunshine.AppImage.* ../artifacts/ - mkdir -p ../artifacts/${{ matrix.SUNSHINE_ASSETS_DIR }}/.config/sunshine/${{ matrix.SUNSHINE_ASSETS_DIR }} - cp ../artifacts/${{ matrix.SUNSHINE_ASSETS_DIR }}/apps.json \ - ../artifacts/${{ matrix.SUNSHINE_ASSETS_DIR }}/.config/sunshine/${{ matrix.SUNSHINE_ASSETS_DIR }}/ # variables DESKTOP_FILE="${DESKTOP_FILE:-sunshine.desktop}"