diff options
| author | Erik Kundiman <erik@megapahit.org> | 2026-07-02 20:49:28 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2026-07-02 20:49:28 +0800 |
| commit | 71a180c5e4c46e616b93e5e1c104b05d5b817f2c (patch) | |
| tree | 51d5f98fcd675af519513f9a5ef997090e558d2a | |
| parent | 7b80b36e291552d915937ba5713388aa3334e2e3 (diff) | |
Useful when using FMOD and/or Discord Social.
The variable for using Discord Social is added too though it's set
to OFF by default.
| -rw-r--r-- | net.megapahit.Viewer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net.megapahit.Viewer.json b/net.megapahit.Viewer.json index c4fb933..2d197b4 100644 --- a/net.megapahit.Viewer.json +++ b/net.megapahit.Viewer.json @@ -9,7 +9,8 @@ "LL_BUILD": "-O3 -std=c++20 -fPIC -DLL_LINUX=1" }, "build-args": [ - "--share=network" + "--share=network", + "--filesystem=xdg-download" ] }, "finish-args": [ @@ -35,6 +36,7 @@ "-DADDRESS_SIZE:STRING=64", "-DUSE_OPENAL:BOOL=ON", "-DUSE_FMODSTUDIO:BOOL=OFF", + "-DUSE_DISCORD:BOOL=OFF", "-DUSE_FLATPAK:BOOL=ON", "-DENABLE_MEDIA_PLUGINS:BOOL=ON", "-DLL_TESTS:BOOL=OFF", |
