diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-16 15:43:47 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-07-16 15:43:47 +0300 |
commit | 002430db4668df1816feba550f5c2f432683996c (patch) | |
tree | 25e342294c0b8bbeba9be71f1dd6922744a742d0 | |
parent | 7befd63ccedd96c52b94c1845fff36f24ee3f1d1 (diff) | |
download | PrismLauncher-002430db4668df1816feba550f5c2f432683996c.tar.gz PrismLauncher-002430db4668df1816feba550f5c2f432683996c.tar.bz2 PrismLauncher-002430db4668df1816feba550f5c2f432683996c.zip |
added path to flatpack
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
-rw-r--r-- | flatpak/org.prismlauncher.PrismLauncher.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/flatpak/org.prismlauncher.PrismLauncher.yml b/flatpak/org.prismlauncher.PrismLauncher.yml index 0524946f..725e54da 100644 --- a/flatpak/org.prismlauncher.PrismLauncher.yml +++ b/flatpak/org.prismlauncher.PrismLauncher.yml @@ -25,6 +25,8 @@ finish-args: - --filesystem=xdg-run/app/com.discordapp.Discord:create # Mod drag&drop - --filesystem=xdg-download:ro + # FTBApp import + - --filesystem=~/.ftba:ro modules: - name: prismlauncher @@ -38,8 +40,8 @@ modules: JAVA_HOME: /usr/lib/sdk/openjdk17/jvm/openjdk-17 JAVA_COMPILER: /usr/lib/sdk/openjdk17/jvm/openjdk-17/bin/javac sources: - - type: dir - path: ../ + - type: dir + path: ../ builddir: true - name: openjdk buildsystem: simple |