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