Move NW.js path

This commit is contained in:
22 2023-02-17 08:55:03 +08:00
parent 065f4bad5c
commit 191facb122
4 changed files with 9 additions and 2 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
Nwjs/*
!Nwjs/.gitkeep
Settings.json

1
Launcher.bat Normal file
View file

@ -0,0 +1 @@
start Nwjs\nw .

3
Nwjs/.gitkeep Normal file
View file

@ -0,0 +1,3 @@
# Ignore everything in this directory
*
# Except this file !.gitkeep

View file

@ -8,8 +8,8 @@ A simple launcher for [fpPS4 project](https://github.com/red-prig/fpPS4/) - crea
## How to install
- Download / Clone this repo
- Download [nw.js](https://dl.nwjs.io/v0.70.1/nwjs-sdk-v0.70.1-win-x64.zip) version `0.70.1`
- Extract all files from nw where `package.json` is located
- Run `nw.exe`
- Extract all files from nw to the `Nwjs` folder
- Run `Launcher.bat`
<b>IMPORTANT</b>: If you are using a release version and wants to get latest `main` changes, there's no need to download `nwjs` - Just extract all files where `Launcher.exe` is located.