mirror of
https://github.com/marcriera/ddgo-converter.git
synced 2025-04-19 10:29:29 +02:00
Finish
This commit is contained in:
parent
10db16ba0a
commit
fb7ce33979
2 changed files with 3 additions and 25 deletions
23
.github/workflows/main.yaml
vendored
23
.github/workflows/main.yaml
vendored
|
@ -1,23 +0,0 @@
|
|||
name: Package application with Pyinstaller
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ qt5 ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Package application
|
||||
uses: adriansr/pyinstaller-action-linux@main
|
||||
with:
|
||||
path: .
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ddgo-converter
|
||||
path: dist/linux
|
|
@ -9,8 +9,9 @@ a = Analysis(
|
|||
pathex=[],
|
||||
binaries=[],
|
||||
datas=[],
|
||||
hiddenimports=["PyQt5.sip"],
|
||||
hiddenimports=[],
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
win_no_prefer_redirects=False,
|
||||
|
@ -34,7 +35,7 @@ exe = EXE(
|
|||
upx=False,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=True,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
|
|
Loading…
Add table
Reference in a new issue