Refactor module name and build commands for Zen Browser

This commit is contained in:
Mauro Balades 2024-07-25 11:10:33 +02:00
parent 05ea333305
commit dd10943503

View file

@ -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