File appimage.yml of Package bespokesynth-nightly
app: bespokesynth
build:
packages:
- createrepo_c
- build-pkg2appimage
- python-urlgrabber
- libudev1
- gdk-pixbuf-loader-rsvg
ingredients:
packages:
- bespokesynth-nightly
- python3-jedi
exclude:
- libjack0
- libudev1
script:
- cp -vp $BUILD_APPDIR/usr/share/applications/BespokeSynth.desktop $BUILD_APPDIR/
- cp -vp $BUILD_APPDIR/usr/share/icons/hicolor/512x512/apps/bespoke_icon.png $BUILD_APPDIR/
- find $BUILD_APPDIR -ls
runtime:
env:
# Set python home
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONHOME
PYTHONHOME: '${APPDIR}/usr'
# Path to the site-packages dir or other modules dirs
# See https://docs.python.org/3/using/cmdline.html#envvar-PYTHONPATH
PYTHONPATH: '${APPDIR}/usr/lib/python3.6/site-packages'