Skip to content

Commit 6b7fd5b

Browse files
authored
Merge pull request #1272 from th-ch/feat/resolves-1265
2 parents 73a049a + 7131893 commit 6b7fd5b

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"icon": "assets/generated/icons/win/icon.ico",
6060
"target": [
6161
{
62-
"target": "nsis",
62+
"target": "nsis-web",
6363
"arch": [
6464
"x64",
6565
"ia32",
@@ -76,7 +76,7 @@
7676
}
7777
]
7878
},
79-
"nsis": {
79+
"nsisWeb": {
8080
"runAfterFinish": false
8181
},
8282
"linux": {
@@ -119,7 +119,7 @@
119119
"dist:mac": "npm run clean && npm run build && electron-builder --mac dmg:x64 -p never",
120120
"dist:mac:arm64": "npm run clean && npm run build && electron-builder --mac dmg:arm64 -p never",
121121
"dist:win": "npm run clean && npm run build && electron-builder --win -p never",
122-
"dist:win:x64": "npm run clean && npm run build && electron-builder --win nsis:x64 -p never",
122+
"dist:win:x64": "npm run clean && npm run build && electron-builder --win nsis-web:x64 -p never",
123123
"lint": "eslint .",
124124
"changelog": "auto-changelog",
125125
"plugins": "npm run plugin:bypass-age-restrictions",

readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ file).*
6565
winget install th-ch.YouTubeMusic
6666
```
6767

68+
#### How to install without a network connection? (in Windows)
69+
70+
- Download the `*.nsis.7z` file for _your device architecture_ in [release page](https://github.com/th-ch/youtube-music/releases/latest).
71+
- `x64` for 64-bit Windows
72+
- `ia32` for 32-bit Windows
73+
- `arm64` for ARM64 Windows
74+
- Download installer in release page. (`*-Setup.exe`)
75+
- Place them in the **same directory**.
76+
- Run the installer.
77+
6878
## Available plugins:
6979

7080
- **Ad Blocker**: Block all ads and tracking out of the box

0 commit comments

Comments
 (0)