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:
parent
e5ef2d7007
commit
7b8efa3022
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user