File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
66
66
- name : Create AppImage
67
67
run : |
68
- curl -L https://github.com/AppImage/AppImageKit/releases/download/continuous /appimagetool-x86_64.AppImage -o appimagetool
69
- chmod +x appimagetool
70
- ./appimagetool AppDir
68
+ wget -c " https://github.com/AppImage/AppImageKit/releases/download/13 /appimagetool-x86_64.AppImage"
69
+ chmod +x appimagetool-x86_64.AppImage
70
+ ./appimagetool-x86_64.AppImage AppDir
71
71
mkdir -p dist
72
72
mv EduCollector-x86_64.AppImage dist/
73
73
Original file line number Diff line number Diff line change 29
29
30
30
- name : Build Windows App
31
31
run : |
32
- pyinstaller --noconfirm --onefile --windowed --name EduCollector ^
33
- --add-data "src/themes;themes" ^
32
+ pyinstaller --noconfirm --onefile --windowed --name EduCollector `
33
+ --add-data "src/themes;themes" `
34
34
src/main.py
35
35
36
36
- name : Upload to GitHub Releases
You can’t perform that action at this time.
0 commit comments