Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Merge requests
!784
Appimage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Appimage
appimage
into
dev
Overview
1
Commits
5
Pipelines
0
Changes
8
Merged
Vincent Texier
requested to merge
appimage
into
dev
4 years ago
Overview
1
Commits
5
Pipelines
0
Changes
8
Expand
#817 (closed)
add AppImage build in Gitlab CI.
0
0
Merge request reports
Compare
dev
version 9
b6087b97
4 years ago
version 8
0bb75620
4 years ago
version 7
4891dab3
4 years ago
version 6
4d91ac70
4 years ago
version 5
ba3abcba
4 years ago
version 4
01a431ff
4 years ago
version 3
52c76cd6
4 years ago
version 2
09b272bf
4 years ago
version 1
7f063bc0
4 years ago
dev (base)
and
latest version
latest version
891a11ff
5 commits,
4 years ago
version 9
b6087b97
5 commits,
4 years ago
version 8
0bb75620
4 commits,
4 years ago
version 7
4891dab3
3 commits,
4 years ago
version 6
4d91ac70
3 commits,
4 years ago
version 5
ba3abcba
3 commits,
4 years ago
version 4
01a431ff
3 commits,
4 years ago
version 3
52c76cd6
3 commits,
4 years ago
version 2
09b272bf
2 commits,
4 years ago
version 1
7f063bc0
2 commits,
4 years ago
8 files
+
71
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
ci/appimage/build.sh
0 → 100755
+
6
−
0
Options
#!/bin/bash
#./linuxdeploy-x86_64.AppImage --appdir AppDir -i sakia.png -d sakia.desktop --plugin python --output appimage --custom-apprun sakia.sh
# workaround to run inside a docker container
./linuxdeploy-x86_64.AppImage
--appimage-extract
mv
squashfs-root linuxdeploy-x86_64.AppDir
./linuxdeploy-x86_64.AppDir/AppRun
--appdir
AppDir
-i
sakia.png
-d
sakia.desktop
--plugin
python
--output
appimage
--custom-apprun
sakia.sh
Loading