Pass APP_VERSION through flatpak-builder
Fixes the version number missing in the flatpak.
This commit is contained in:
@@ -3,6 +3,9 @@ runtime: org.gnome.Platform
|
|||||||
runtime-version: "45"
|
runtime-version: "45"
|
||||||
sdk: org.gnome.Sdk
|
sdk: org.gnome.Sdk
|
||||||
command: alsa-scarlett-gui
|
command: alsa-scarlett-gui
|
||||||
|
build-options:
|
||||||
|
secret-env:
|
||||||
|
- APP_VERSION
|
||||||
finish-args:
|
finish-args:
|
||||||
# X11 + XShm access
|
# X11 + XShm access
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
|
|||||||
Reference in New Issue
Block a user