增加打包图标

This commit is contained in:
2025-09-26 16:53:09 +08:00
parent efb68fce1c
commit 1c468410f1
6 changed files with 132 additions and 67 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ async function createPortable() {
await fs.ensureDir(portableDir);
// 复制可执行文件
const exeName = 'pixiv-backend.exe';
const exeName = 'pixiv-manager.exe';
const exePath = path.join(distDir, exeName);
if (await fs.pathExists(exePath)) {
await fs.copy(exePath, path.join(portableDir, exeName));
@@ -50,7 +50,7 @@ echo Tip: Press Ctrl+C to stop server
echo.
:: Start server and pass proxy port and server port
pixiv-backend.exe --proxy-port=%PROXY_PORT% --server-port=%SERVER_PORT%
pixiv-manager.exe --proxy-port=%PROXY_PORT% --server-port=%SERVER_PORT%
echo.
echo Server stopped