File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ You can download the latest Linux builds under the [Releases](https://github.com
9393- Additionally, for development you need to have NodeJS and Go installed on your system
9494- Clone the repo (` git clone https://github.com/TibixDev/WinBoat ` )
9595- Install the dependencies (` npm i ` )
96- - Build the guest server (` npm run build-guest-server ` )
96+ - Build the guest server (` npm run build:gs ` )
9797- Run the app (` npm run dev ` )
9898
9999## Contributing
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "dev" : " node scripts/dev-server.ts" ,
12- "build-guest-server " : " bash build-guest-server.sh" ,
12+ "build:gs " : " bash build-guest-server.sh" ,
1313 "build:linux-gs" : " bash build-guest-server.sh && node scripts/build.ts && electron-builder --linux"
1414 },
1515 "repository" : " https://github.com/TibixDev/winboat" ,
You can’t perform that action at this time.
0 commit comments