-
-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathAppImageBuilder.yml
More file actions
58 lines (49 loc) · 1.44 KB
/
AppImageBuilder.yml
File metadata and controls
58 lines (49 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
version: 1
script:
# Remove any previous build
- rm -rf $TARGET_APPDIR | true
# Make usr and icons dirs
- mkdir -p $TARGET_APPDIR/usr/src
# Copy the python application code into the AppDir
- cp *.py $TARGET_APPDIR/usr/src
AppDir:
app_info:
id: org.appimage-crafters.python-appimage-example
name: hello world
icon: utilities-terminal
version: 0.1.0
exec: "usr/bin/python3"
exec_args: "$APPDIR/usr/src/one.py $@"
apt:
arch: amd64
sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
include:
- python3
- coreutils
exclude: [ ]
runtime:
env:
EXPORTED_BINARIES: "$APPDIR/usr/bin/env"
test:
fedora:
image: appimagecrafters/tests-env:fedora-30
command: "./AppRun"
arch:
image: appimagecrafters/tests-env:archlinux-latest
command: "./AppRun"
centos:
image: appimagecrafters/tests-env:centos-7
command: "./AppRun"
ubuntu:
image: appimagecrafters/tests-env:ubuntu-xenial
command: "./AppRun"
debian:
image: appimagecrafters/tests-env:debian-stable
command: "./AppRun"
AppImage:
update-information: 'gh-releases-zsync|AppImageCrafters|python-appimage-example|latest|python-appimage-*x86_64.AppImage.zsync'
sign-key: None
arch: x86_64
comp: gzip