3 Commits

Author SHA1 Message Date
dominik 10ee9fd527 Update AppImageBuilder.yml
AppImage needs to ignore local Python packages to avoid  incompatible versions.
2026-04-23 16:58:22 +00:00
dominik d88e492950 Update .gitea/workflows/build-appimage.yaml
Build AppImage / Explore-Gitea-Actions (push) Successful in 1m51s
2026-04-15 14:28:18 +00:00
dominik 6bbdb78633 Fix wrong labels for shift and scale (#322)
Reviewed-on: #322
2026-04-15 14:27:16 +00:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} is building THE AppImage 🚀 # a lot of exciteme
on:
push:
branches:
- master
- main
jobs:
Explore-Gitea-Actions:
+2
View File
@@ -85,6 +85,8 @@ AppDir:
# 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.9/site-packages:${APPDIR}/usr'
# Force the AppImage to ignore local packages
PYTHONNOUSERSITE: 1
test:
fedora: