mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
Raised Version to 1.6
This commit is contained in:
parent
c3696284fa
commit
f28f1f21f9
5
.github/workflows/package.yml
vendored
5
.github/workflows/package.yml
vendored
@ -28,11 +28,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and package
|
- name: Build and package
|
||||||
run: |
|
run: |
|
||||||
pyinstaller --noconfirm --onefile --windowed StartUI.py
|
pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data "./webuiGUI.py;."
|
||||||
cp webuiGUI.py dist/ # Copy webuiGUI.py to the dist directory
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.os }}-binary-v1.5.1
|
name: ${{ matrix.os }}-binary-v1.6
|
||||||
path: dist
|
path: dist
|
||||||
@ -4,7 +4,7 @@ from PyQt5.QtCore import Qt
|
|||||||
from PyQt5.QtGui import QDoubleValidator, QIntValidator
|
from PyQt5.QtGui import QDoubleValidator, QIntValidator
|
||||||
|
|
||||||
# For showing the current version and checking for updates
|
# For showing the current version and checking for updates
|
||||||
version = "1.5.1"
|
version = "1.6"
|
||||||
|
|
||||||
# Profile folder for loading and saving profiles.
|
# Profile folder for loading and saving profiles.
|
||||||
profiles_folder = "./profiles"
|
profiles_folder = "./profiles"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user