adjusted build step again

This commit is contained in:
DJ2LS 2023-10-23 09:46:56 +02:00
parent f153b1dbf1
commit 5d6f677a5e
3 changed files with 10 additions and 7 deletions

View file

@ -30,12 +30,15 @@
"mac": { "mac": {
"target": [ "target": [
"default" {
"target": "default",
"arch": [
"x64",
"universal"
]
}
], ],
"arch": [
"x64",
"universal"
],
"icon": "build/icon.png", "icon": "build/icon.png",
"hardenedRuntime": true, "hardenedRuntime": true,
"entitlements": "build/entitlements.plist", "entitlements": "build/entitlements.plist",

View file

@ -2,7 +2,7 @@
"name": "FreeDATA", "name": "FreeDATA",
"description": "FreeDATA", "description": "FreeDATA",
"private": true, "private": true,
"version": "0.11.0-alpha.3", "version": "0.11.0-alpha.4",
"main": "dist-electron/main/index.js", "main": "dist-electron/main/index.js",
"scripts": { "scripts": {
"start": "git pull && npm i && vite", "start": "git pull && npm i && vite",

View file

@ -134,7 +134,7 @@ class TCIParam:
@dataclass @dataclass
class Modem: class Modem:
version = "0.11.0-alpha.2" version = "0.11.0-alpha.4"
host: str = "0.0.0.0" host: str = "0.0.0.0"
port: int = 3000 port: int = 3000
SOCKET_TIMEOUT: int = 1 # seconds SOCKET_TIMEOUT: int = 1 # seconds