mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-09-24 10:18:01 +02:00
Update flatpak
This commit is contained in:
parent
17d8f22e5d
commit
77989859a7
@ -5,7 +5,7 @@ sdk: org.freedesktop.Sdk
|
|||||||
base: org.electronjs.Electron2.BaseApp
|
base: org.electronjs.Electron2.BaseApp
|
||||||
base-version: '21.08'
|
base-version: '21.08'
|
||||||
sdk-extensions:
|
sdk-extensions:
|
||||||
- org.freedesktop.Sdk.Extension.node14
|
- org.freedesktop.Sdk.Extension.node16
|
||||||
command: run.sh
|
command: run.sh
|
||||||
separate-locales: false
|
separate-locales: false
|
||||||
finish-args:
|
finish-args:
|
||||||
@ -27,7 +27,7 @@ finish-args:
|
|||||||
- --filesystem=xdg-pictures
|
- --filesystem=xdg-pictures
|
||||||
- --filesystem=xdg-download:ro
|
- --filesystem=xdg-download:ro
|
||||||
build-options:
|
build-options:
|
||||||
append-path: /usr/lib/sdk/node14/bin
|
append-path: /usr/lib/sdk/node16/bin
|
||||||
cflags: -O2 -g
|
cflags: -O2 -g
|
||||||
cxxflags: -O2 -g
|
cxxflags: -O2 -g
|
||||||
env:
|
env:
|
||||||
@ -39,7 +39,7 @@ modules:
|
|||||||
env:
|
env:
|
||||||
XDG_CACHE_HOME: /run/build/deezer/flatpak-node/cache
|
XDG_CACHE_HOME: /run/build/deezer/flatpak-node/cache
|
||||||
npm_config_cache: /run/build/deezer/flatpak-node/npm-cache
|
npm_config_cache: /run/build/deezer/flatpak-node/npm-cache
|
||||||
npm_config_nodedir: /usr/lib/sdk/node14
|
npm_config_nodedir: /usr/lib/sdk/node16
|
||||||
npm_config_offline: 'true'
|
npm_config_offline: 'true'
|
||||||
subdir: main
|
subdir: main
|
||||||
sources:
|
sources:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user