NoRiskClient / issues

Norisk Client Issues
7 stars 0 forks source link

[FEATURE-REQUEST]: Build for Linux (cross-compiling) #203

Closed SirKnubble closed 3 months ago

SirKnubble commented 4 months ago

Your idea

Steps to install NRC using Linux (cross-compiling):

1. Follow the instruction of README.MD to the point where npm run tauri build isn´t working.

2. Error: No such file or directory (os error 2)

Follow fix-path-env-rs.

3. Build

npm run tauri build

4. Install

./src-tauri/target/release/bundle/build_appimage.sh

5. Fix Launcher UI

export WEBKIT_DISABLE_COMPOSITING_MODE=1

6. Run AppImage

./src-tauri/target/release/bundle/appImage/no-risk-client_*.*.*.appImage

Linked issues

No response

Where would this be applied?

Launcher, Backend

What platforms would this affect?

Linux