mirror of
https://github.com/zen-browser/flatpak.git
synced 2025-07-07 17:05:36 +02:00
Refactor module name and build commands for Zen Browser
This commit is contained in:
parent
05ea333305
commit
dd10943503
1 changed files with 4 additions and 4 deletions
|
@ -25,11 +25,11 @@ finish-args:
|
||||||
- --talk-name=org.freedesktop.Notifications
|
- --talk-name=org.freedesktop.Notifications
|
||||||
- --own-name=com.zen.browser.*
|
- --own-name=com.zen.browser.*
|
||||||
modules:
|
modules:
|
||||||
- name: pulse_browser
|
- name: zen_browser
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- tar -xvf pulse-browser.tar.bz2
|
- tar -xvf zen.linux.tar.bz2
|
||||||
- mv pulse-browser/ bin/
|
- mv zen/ bin/
|
||||||
|
|
||||||
- install -d /app/bin
|
- install -d /app/bin
|
||||||
- install -d /app/bin/distribution
|
- install -d /app/bin/distribution
|
||||||
|
@ -48,7 +48,7 @@ modules:
|
||||||
- chmod +x /app/bin/launch-script.sh
|
- chmod +x /app/bin/launch-script.sh
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
path: ./pulse-browser.tar.bz2
|
path: ./zen.linux.tar.bz2
|
||||||
|
|
||||||
- type: file
|
- type: file
|
||||||
path: ./policies.json
|
path: ./policies.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue