mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
testing...
This commit is contained in:
@@ -149,10 +149,10 @@ jobs:
|
|||||||
--name ${{ env.APP_NAME }} \
|
--name ${{ env.APP_NAME }} \
|
||||||
src/main.py
|
src/main.py
|
||||||
|
|
||||||
- name: Build AppImage (Linux)
|
# - name: Build AppImage (Linux)
|
||||||
if: runner.os == 'Linux'
|
# if: runner.os == 'Linux'
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: scripts/build_appimage.sh
|
# run: scripts/build_appimage.sh
|
||||||
|
|
||||||
- name: Build with PyInstaller (macOS)
|
- name: Build with PyInstaller (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
Reference in New Issue
Block a user