Add Electron desktop shell workspace
This commit is contained in:
parent
b803d10836
commit
5d8e5ea44a
16 changed files with 1652 additions and 21 deletions
17
apps/desktop/forge.config.ts
Normal file
17
apps/desktop/forge.config.ts
Normal 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"]
|
||||
}
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue