File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 59
59
"icon" : " assets/generated/icons/win/icon.ico" ,
60
60
"target" : [
61
61
{
62
- "target" : " nsis" ,
62
+ "target" : " nsis-web " ,
63
63
"arch" : [
64
64
" x64" ,
65
65
" ia32" ,
76
76
}
77
77
]
78
78
},
79
- "nsis " : {
79
+ "nsisWeb " : {
80
80
"runAfterFinish" : false
81
81
},
82
82
"linux" : {
119
119
"dist:mac" : " npm run clean && npm run build && electron-builder --mac dmg:x64 -p never" ,
120
120
"dist:mac:arm64" : " npm run clean && npm run build && electron-builder --mac dmg:arm64 -p never" ,
121
121
"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" ,
123
123
"lint" : " eslint ." ,
124
124
"changelog" : " auto-changelog" ,
125
125
"plugins" : " npm run plugin:bypass-age-restrictions" ,
Original file line number Diff line number Diff line change @@ -65,6 +65,16 @@ file).*
65
65
winget install th-ch.YouTubeMusic
66
66
```
67
67
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
+
68
78
## Available plugins:
69
79
70
80
- ** Ad Blocker** : Block all ads and tracking out of the box
You can’t perform that action at this time.
0 commit comments