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": {
"target": [
"default"
{
"target": "default",
"arch": [
"x64",
"universal"
]
}
],
"arch": [
"x64",
"universal"
],
"icon": "build/icon.png",
"hardenedRuntime": true,
"entitlements": "build/entitlements.plist",

View file

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

View file

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