mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
Update releasing notes
This commit is contained in:
parent
1242c3b139
commit
e9c323778d
BIN
BililiveRecorder.WPF/installer.ico
Normal file
BIN
BililiveRecorder.WPF/installer.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
17
RELEASING.md
17
RELEASING.md
|
@ -4,6 +4,21 @@
|
|||
- 在 GitHub 创建 Release 并发布
|
||||
- GitHub Actions 会自动补充 Assets
|
||||
- 从 Artifacts 里下载 `WPF-NupkgReleases`
|
||||
- 运行 `squirrel --releasify "/path/to/BililiveRecorder.{version}.nupkg" -r "/path/to/soft.danmuji.org/BililiveRecorder" --framework-version net472 --no-msi`
|
||||
- 运行 `squirrel --releasify` 命令
|
||||
- commit push soft.danmuji.org
|
||||
- 修改 `rec.danmuji.org` 上的更新日志
|
||||
|
||||
```powershell
|
||||
# $pkg="/path/to/BililiveRecorder.{version}.nupkg"
|
||||
# $dst="/path/to/soft.danmuji.org/BililiveRecorder"
|
||||
$pkg=""
|
||||
$dst=""
|
||||
|
||||
$template="$dst/Setup-old.exe"
|
||||
$icon="./BililiveRecorder.WPF/installer.ico"
|
||||
|
||||
mv "$dst/Setup.exe" "$template"
|
||||
squirrel --releasify "$pkg" -r "$dst" --setupIcon "$icon" --bootstrapperExe "$template" --framework-version net472 --no-msi
|
||||
|
||||
rm "$template"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user