0.2.6
This commit is contained in:
parent
d24c9bb89c
commit
402a15dc6f
|
|
@ -15,6 +15,7 @@ const config: ForgeConfig = {
|
|||
ignore: ["dist", "src", "res",], // Workaround for https://github.com/electron/forge/issues/3738
|
||||
executableName: "miller",
|
||||
appCategoryType: 'public.app-category.developer-tools',
|
||||
appCopyright: "©2026 Quinten Kock",
|
||||
name: "Miller",
|
||||
},
|
||||
rebuildConfig: {},
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "miller",
|
||||
"productName": "miller-ide",
|
||||
"version": "0.2.5",
|
||||
"version": "0.2.6",
|
||||
"description": "Column-based code editor",
|
||||
"main": ".vite/build/main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue