attempt fixing nsis

pull/730/head v0.15.9-alpha.1
DJ2LS 2024-05-22 19:19:15 +02:00
parent 4433674910
commit 0852f8dd93
3 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ Section "FreeData x64 GUI" SEC02
SetOutPath $INSTDIR\freedata-gui
; Add GUI files here
File /r "freedata-gui\release\win-unpacked\*"
File /r "freedata_gui\release\win-unpacked\*"
; Create a shortcut on the desktop for the GUI
CreateShortCut "$DESKTOP\FreeDATA GUI.lnk" "$INSTDIR\freedata-gui\freedata.exe"

View File

@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA Client application for connecting to FreeDATA server",
"private": true,
"version": "0.15.9-alpha",
"version": "0.15.9-alpha.1",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",

View File

@ -38,7 +38,7 @@ from schedule_manager import ScheduleManager
app = Flask(__name__)
CORS(app, resources={r"/*": {"origins": "*"}})
sock = Sock(app)
MODEM_VERSION = "0.15.9-alpha"
MODEM_VERSION = "0.15.9-alpha.1"
# set config file to use
def set_config():