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
|
||||
- --own-name=com.zen.browser.*
|
||||
modules:
|
||||
- name: pulse_browser
|
||||
- name: zen_browser
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- tar -xvf pulse-browser.tar.bz2
|
||||
- mv pulse-browser/ bin/
|
||||
- tar -xvf zen.linux.tar.bz2
|
||||
- mv zen/ bin/
|
||||
|
||||
- install -d /app/bin
|
||||
- install -d /app/bin/distribution
|
||||
|
@ -48,7 +48,7 @@ modules:
|
|||
- chmod +x /app/bin/launch-script.sh
|
||||
sources:
|
||||
- type: file
|
||||
path: ./pulse-browser.tar.bz2
|
||||
path: ./zen.linux.tar.bz2
|
||||
|
||||
- type: file
|
||||
path: ./policies.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue