diff --git a/package.json b/package.json index 7e3ac597..9fd8e8bd 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "icon": "assets/generated/icons/win/icon.ico", "target": [ { - "target": "nsis", + "target": "nsis-web", "arch": [ "x64", "ia32", @@ -76,7 +76,7 @@ } ] }, - "nsis": { + "nsisWeb": { "runAfterFinish": false }, "linux": { @@ -119,7 +119,7 @@ "dist:mac": "npm run clean && npm run build && electron-builder --mac dmg:x64 -p never", "dist:mac:arm64": "npm run clean && npm run build && electron-builder --mac dmg:arm64 -p never", "dist:win": "npm run clean && npm run build && electron-builder --win -p never", - "dist:win:x64": "npm run clean && npm run build && electron-builder --win nsis:x64 -p never", + "dist:win:x64": "npm run clean && npm run build && electron-builder --win nsis-web:x64 -p never", "lint": "eslint .", "changelog": "auto-changelog", "plugins": "npm run plugin:bypass-age-restrictions", diff --git a/readme.md b/readme.md index 1df1e068..4646d67e 100644 --- a/readme.md +++ b/readme.md @@ -65,6 +65,16 @@ file).* winget install th-ch.YouTubeMusic ``` +#### How to install without a network connection? (in Windows) + +- Download the `*.nsis.7z` file for _your device architecture_ in [release page](https://github.com/th-ch/youtube-music/releases/latest). + - `x64` for 64-bit Windows + - `ia32` for 32-bit Windows + - `arm64` for ARM64 Windows +- Download installer in release page. (`*-Setup.exe`) +- Place them in the **same directory**. +- Run the installer. + ## Available plugins: - **Ad Blocker**: Block all ads and tracking out of the box