1
0
Fork 0
mirror of synced 2024-06-19 02:54:45 +12:00

Fixed pyinstaller job

This commit is contained in:
Dummerle 2021-03-18 12:52:03 +01:00 committed by GitHub
parent 2b3ad7fe48
commit 1e0854c26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ jobs:
- name: Build
working-directory: Rare
run: pyinstaller
--one-file
--onefile
--name Rare
--add-data="Rare/languages/*;Rare/languages"
--add-data="Rare/Styles/*;Rare/Styles"