mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
wtf
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -231,10 +231,13 @@ jobs:
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: appdir-linux
|
||||
path: appdir
|
||||
- name: Untar appdir.tar
|
||||
run: |
|
||||
ls -l
|
||||
tar -xvf appdir.tar
|
||||
- name: Patch Cryptomator.AppDir
|
||||
run: |
|
||||
ls -l appdir
|
||||
ls -l
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user