Skip to content

Commit

Permalink
remove subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ghisvail committed Jul 31, 2021
1 parent e86a73b commit f6f30ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions org.zulip.Zulip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ build-options:
modules:
- name: zulip
buildsystem: simple
subdir: main
build-options:
env:
XDG_CACHE_HOME: /run/build/zulip/flatpak-node/cache
Expand All @@ -45,14 +44,13 @@ modules:
for size in 16 24 32 48 64 96 128 256 512
do install -D -m 644 build/icons/${size}x${size}.png $FLATPAK_DEST/share/icons/hicolor/${size}x${size}/apps/$FLATPAK_ID.png
done
- install -D -m 755 -t $FLATPAK_DEST/bin ../run.sh
- install -D -m 644 -t $FLATPAK_DEST/share/metainfo ../$FLATPAK_ID.metainfo.xml
- install -D -m 755 -t $FLATPAK_DEST/bin run.sh
- install -D -m 644 -t $FLATPAK_DEST/share/metainfo $FLATPAK_ID.metainfo.xml
sources:
- type: git
url: https://github.com/zulip/zulip-desktop.git
tag: v5.8.1
commit: 90a65ab6ccf3a5f165cb57caf1ddd3a0b26cd894
dest: main
x-checker-data:
type: git
tag-pattern: ^(v[\d.]+)$
Expand Down

0 comments on commit f6f30ea

Please sign in to comment.