Add Electron desktop shell workspace

This commit is contained in:
dirtydishes 2026-05-13 09:21:06 -04:00
parent b803d10836
commit 5d8e5ea44a
16 changed files with 1652 additions and 21 deletions

View file

@ -0,0 +1,17 @@
export default {
packagerConfig: {
appBundleId: "io.deltaisland.islandflow",
appCategoryType: "public.app-category.finance",
asar: true,
executableName: "Islandflow",
name: "Islandflow",
ignore: [/^\/node_modules($|\/)/],
prune: false
},
makers: [
{
name: "@electron-forge/maker-zip",
platforms: ["darwin"]
}
]
};