update and test something

This commit is contained in:
Kenta420 2024-01-11 17:49:43 +07:00
parent 3e3c92b0af
commit ed90e1fd85
10 changed files with 147 additions and 15 deletions

View file

@ -3,9 +3,13 @@
*/
{
$schema: 'https://raw.githubusercontent.com/electron-userland/electron-builder/master/packages/app-builder-lib/scheme.json',
appId: 'com.forthvending.manager',
appId: 'com.forthvending.taobin-recipe-manager',
asar: true,
productName: 'taobin-recipe-manager',
protocols: {
name: 'taobin-recipe-manager',
schemes: ['taobin-electron']
},
directories: {
output: 'release/${version}'
},