api-testing/console/atest-desktop
Rick accdb0e4ef
feat: add metrics support to mock server (#606)
* feat: add metrics support to mock server

* add unit tests

* fix the unit testing

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2025-02-08 09:28:39 +08:00
..
README.md fix: the win config is incorrect (#437) 2024-05-17 12:43:33 +08:00
api-testing.icns feat: add metrics support to mock server (#606) 2025-02-08 09:28:39 +08:00
api-testing.ico feat: support to choose install dir on win (#436) 2024-05-16 21:16:02 +08:00
api-testing.png fix: some issues on darwin (#440) 2024-05-20 09:03:28 +08:00
api.js feat: improve the desktop system control features (#454) 2024-05-25 21:44:22 +08:00
api.test.js feat: improve the desktop system control features (#454) 2024-05-25 21:44:22 +08:00
forge.config.js fix: the desktop icon is incorrect on macos (#604) 2025-01-26 10:18:26 +08:00
index.html feat: improve the desktop system control features (#454) 2024-05-25 21:44:22 +08:00
main.js feat: support to download extensions automatically (#471) 2024-06-04 10:30:38 +08:00
package-lock.json chore(deps): bump the npm_and_yarn group across 2 directories with 6 updates (#571) 2024-12-12 22:15:15 +08:00
package.json feat: improve the desktop system control features (#454) 2024-05-25 21:44:22 +08:00
preload.js feat: improve the desktop system control features (#454) 2024-05-25 21:44:22 +08:00

README.md

npx electron-forge import
npm config set registry https://registry.npmmirror.com

Package

npm run package -- --platform=darwin
npm run package -- --platform=win32
npm run package -- --platform=linux

For Linux

You need to install tools if you want to package Windows on Linux:

apt install wine64 zip -y

For Windows

dotnet tool install --global wix

Publish

export GITHUB_TOKEN=your-token

npm run publish -- --platform=darwin
npm run publish -- --platform=linux