|
@@ -231,14 +231,10 @@ jobs:
|
|
|
uses: actions/download-artifact@v2
|
|
|
with:
|
|
|
name: appdir-linux
|
|
|
- path: appdir.tar
|
|
|
- - name: Untar appdir.tar
|
|
|
- run: |
|
|
|
- ls -l
|
|
|
- tar -xvf appdir.tar
|
|
|
+ path: appdir
|
|
|
- name: Patch Cryptomator.AppDir
|
|
|
run: |
|
|
|
- ls -l
|
|
|
+ ls -l appdir
|
|
|
mv appdir/Cryptomator Cryptomator.AppDir
|
|
|
cp -r dist/appimage/resources/AppDir/* Cryptomator.AppDir/
|
|
|
envsubst '${REVISION_NO}' < dist/appimage/resources/AppDir/bin/cryptomator.sh > Cryptomator.AppDir/bin/cryptomator.sh
|