1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2024-11-22 10:25:48 +01:00

It isn't necessary to install frontend dependencies manually, as Wails does it

This commit is contained in:
Romein van Buren 2023-06-03 09:54:51 +02:00
parent e5ef2d7007
commit 7b8efa3022
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49
2 changed files with 1 additions and 4 deletions

View File

@ -43,9 +43,6 @@ jobs:
cache: npm
cache-dependency-path: frontend/package-lock.json
- name: Install frontend dependencies
run: cd frontend && npm ci && cd ..
- name: Build Rolens
run: wails build

View File

@ -37,6 +37,6 @@ To obtain a copy of the source code, do either of the following:
`cd` into the root directory of the source code and run either:
* `wails build` to generate an executable for your platform.
* `wails build -nsis` to generate an [NSIS installer](https://nsis.sourceforge.io/Main_Page). This requires that you have NSIS installed on your machine.
* `wails build -nsis` to generate an [NSIS installer](https://nsis.sourceforge.io/Main_Page) for Windows. This requires that you have NSIS installed on your machine.
The generated binary will live in `build/bin`. You may want to run the installer (Windows) or move the app to the Applications folder (Mac).