Sets: get-version to 3
This commit is contained in:
parent
7dd6b0ea77
commit
023b08e2da
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ var win: BrowserWindow | undefined;
|
|||
var fastApiProcess: ChildProcessByStdio<any, any, any> | undefined;
|
||||
var nextjsProcess: ChildProcessByStdio<any, any, any> | undefined;
|
||||
|
||||
app.commandLine.appendSwitch('gtk-version', '3');
|
||||
|
||||
const createWindow = () => {
|
||||
win = new BrowserWindow({
|
||||
width: 1280,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"email": "contact@presenton.ai"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "rm -rf app_dist && tsc && electron --gtk-version=3 .",
|
||||
"dev": "rm -rf app_dist && tsc && electron .",
|
||||
"setup:env": "npm install && cd servers/fastapi && poetry install && cd ../../servers/nextjs && npm install",
|
||||
"build:ts": "rm -rf app_dist && tsc",
|
||||
"build:css": "tailwindcss -i ./resources/ui/assets/css/tailwind.import.css -o ./resources/ui/assets/css/tailwind.css --watch",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue