GalAssetBox can build a Windows desktop package with Electron Builder.
The easiest route is the included workflow:
.github/workflows/build-desktop.yml
Run it from GitHub:
- Open the repository on GitHub.
- Go to
Actions. - Choose
Build Desktop Packages. - Click
Run workflow. - Download the
GalAssetBox-windowsartifact after the run finishes.
The workflow runs:
npm ci
npm run release:check
npm run dist:winIt uploads the Windows .exe installer and .zip package from dist/.
On a Windows machine with Node.js installed:
npm ci
npm run release:check
npm run dist:winGenerated files are written to:
dist/
Expected outputs include:
GalAssetBox-0.1.0-x64.exe
GalAssetBox-0.1.0-x64.zip
Do a real test on a copied sample folder before sharing a build:
- Open GalAssetBox.
- Choose a small source folder.
- Choose an empty output folder.
- Click
扫描素材. - Check
整理前预检. - Click
开始整理. - Confirm
打开结果文件夹opens the generated result directory.
The Windows package has the same safety boundary as the browser and macOS builds: local folders only, no upload, no game execution, no protected archive decryption, and no DRM bypass.