diff --git a/.github/workflows/ci-nym-vpn-ui-rust.yml b/.github/workflows/ci-nym-vpn-ui-rust.yml index c60f11597d..89048d612d 100644 --- a/.github/workflows/ci-nym-vpn-ui-rust.yml +++ b/.github/workflows/ci-nym-vpn-ui-rust.yml @@ -35,7 +35,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --manifest-path ${{ env.CARGOTOML_PATH }} --lib --features custom-protocol + args: --manifest-path ${{ env.CARGOTOML_PATH }} --features custom-protocol # - name: Run all tests # uses: actions-rs/cargo@v1 diff --git a/nym-vpn/ui/README.md b/nym-vpn/ui/README.md index 839dddb2d0..f4c67d253b 100644 --- a/nym-vpn/ui/README.md +++ b/nym-vpn/ui/README.md @@ -80,18 +80,6 @@ Generated TS types will be located in `src-tauri/bindings/` ## Build -To build as a **shared library** - ``` -yarn build && cd src-tauri && cargo build --release --lib --features custom-protocol - -#alias yarn build:app ``` - -You can build for a different platform using [Cross](https://github.com/cross-rs/cross). -For example, to build for Windows on Linux: - -``` -cross build --target x86_64-pc-windows-gnu --release --lib --features custom-protocol -``` diff --git a/nym-vpn/ui/index.html b/nym-vpn/ui/index.html index 4472026329..f77d86eb69 100644 --- a/nym-vpn/ui/index.html +++ b/nym-vpn/ui/index.html @@ -4,11 +4,11 @@ -
{greetMsg}
-Sorry, an unexpected error has occurred.
++ {error.statusText || error.message} +
+