1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Ready for 1.0: add icon, update release.yml

This commit is contained in:
Dummerle 2021-04-11 16:25:45 +02:00
parent d2d3f2e4d4
commit 37ed928f3e
3 changed files with 4 additions and 6 deletions

View file

@ -1,6 +1,4 @@
# This workflow will upload a Python Package using Twine when a release
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
ya
name: New Release
on:
@ -63,7 +61,7 @@ jobs:
run: cp rare/__main__.py ./
- name: Build
run: pyinstaller
--icon=rare/styles/Logo.png
--icon=rare/styles/Logo.ico
--onefile
--name Rare
--add-data="Rare/languages/*;Rare/languages"
@ -91,7 +89,7 @@ jobs:
python3-requests
python3-pyqt5
python3-pil
python3-qtawesome-common
python3-qtawesome
python3-setuptools
python3-wheel

View file

@ -1,5 +1,5 @@
import os
__version__ = "1.0_beta2"
__version__ = "1.0"
style_path = os.path.join(os.path.dirname(__file__), "styles/")
lang_path = os.path.join(os.path.dirname(__file__), "languages/")

BIN
rare/styles/Logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB