File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 11release /
2+ AppDir /
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+
3+ # needs to be run in the root folder
4+
5+ # generate the needed files with cmake/make
6+ # install linuxdeploy (in this root dir for execution)
7+ # https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
8+
9+ VERSION=" v0.1.0"
10+ export VERSION
11+
12+ ./linuxdeploy-x86_64.AppImage \
13+ -e build/bin/qc \
14+ --appdir AppDir/ \
15+ --desktop-file generate/qc.desktop \
16+ --icon-file generate/qc.svg \
17+ --output appimage
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Name =quick clone
3+ TryExec =qc
4+ Exec =qc
5+ Type =Application
6+ Terminal =true
7+ Categories =Utility;
8+ Icon =qc
You can’t perform that action at this time.
0 commit comments