Changeset 96 for trunk/Install/flatpak/build.sh
- Timestamp:
- May 19, 2024, 10:27:46 PM (6 months ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 1 1 build 2 2 export 3 repo 3 4 tunneler.tar.gz 4 5 Tunneler.flatpak
-
- Property svn:ignore
-
trunk/Install/flatpak/build.sh
r94 r96 2 2 set -x 3 3 4 tar --exclude='./Install/flatpak/build' --exclude='./Install/flatpak/ .flatpak-builder' --exclude='./lib' --exclude='./Install/flatpak/tunneler.tar.gz' -zcvf tunneler.tar.gz -C ../.. .4 tar --exclude='./Install/flatpak/build' --exclude='./Install/flatpak/export' --exclude='./Install/flatpak/.flatpak-builder' --exclude='./lib' --exclude='./Install/flatpak/tunneler.tar.gz' -zcvf tunneler.tar.gz -C ../.. . 5 5 6 6 BUILD_DIR=build
Note:
See TracChangeset
for help on using the changeset viewer.