mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-28 15:40:20 +00:00
do not use placeholder files
This commit is contained in:
1
.github/workflows/linux-flatpak.yml
vendored
1
.github/workflows/linux-flatpak.yml
vendored
@@ -184,6 +184,7 @@ jobs:
|
||||
cp -r -f mvn-src-aarch64/* .
|
||||
envsubst '$FLATPAK_VERSION $FLATPAK_REVISION $CRYPTOMATOR_SOURCE' < org.cryptomator.Cryptomator.TEMPLATE.yaml > org.cryptomator.Cryptomator.yaml
|
||||
yq -i 'del(.modules[] | select(.name == "cryptomator") | .build-options.build-args)' org.cryptomator.Cryptomator.yaml
|
||||
yq -i '(.modules[] | select(.name == "cryptomator") | .sources) += ["maven-dependencies.yaml", "javafx-maven-dependencies-x86_64.yaml", "javafx-maven-dependencies-aarch64.yaml"]' org.cryptomator.Cryptomator.yaml
|
||||
env:
|
||||
FLATPAK_VERSION: ${{ needs.get-version.outputs.semVerNum }}
|
||||
FLATPAK_REVISION: 1
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# placeholder file
|
||||
@@ -1 +0,0 @@
|
||||
# placeholder file
|
||||
1
dist/linux/flatpak/maven-dependencies.yaml
vendored
1
dist/linux/flatpak/maven-dependencies.yaml
vendored
@@ -1 +0,0 @@
|
||||
# placeholder file
|
||||
@@ -146,9 +146,6 @@ modules:
|
||||
- install -D -m0644 -t /app/share/metainfo/ dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml
|
||||
sources:
|
||||
- $CRYPTOMATOR_SOURCE
|
||||
- maven-dependencies.yaml
|
||||
- javafx-maven-dependencies-aarch64.yaml
|
||||
- javafx-maven-dependencies-x86_64.yaml
|
||||
- type: file
|
||||
dest-filename: jdk.tar.gz
|
||||
only-arches:
|
||||
|
||||
Reference in New Issue
Block a user