1
0
Fork 0
mirror of synced 2024-06-18 18:44:45 +12:00

Changed Logo.png, update setup.py and release.yml

This commit is contained in:
Dummerle 2021-04-11 15:30:28 +02:00
parent 9bf3115802
commit 1973e3449e
3 changed files with 4 additions and 3 deletions

View file

@ -6,7 +6,6 @@ name: New Release
on:
release:
types: [ published ]
workflow_dispatch:
jobs:
pypy-deploy:
@ -61,9 +60,10 @@ jobs:
pip3 install pyinstaller setuptools wheel
pip3 install -r requirements.txt
- name: Prepare
run: cp Rare/__main__.py ./
run: cp rare/__main__.py ./
- name: Build
run: pyinstaller
--icon=rare/styles/Logo.png
--onefile
--name Rare
--add-data="Rare/languages/*;Rare/languages"
@ -101,7 +101,7 @@ jobs:
python3 setup.py --command-packages=stdeb.command bdist_deb
- name: move file
run: mv deb_dist/*.deb rare.deb
run: mv deb_dist/*.deb Rare.deb
- name: Upload files to GitHub
uses: svenstaro/upload-release-action@2.2.1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View file

@ -10,6 +10,7 @@ setuptools.setup(
version=version,
author="Dummerle",
license="GPL-3",
description="A gui for Legendary",
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,