diff --git a/forge.config.ts b/forge.config.ts
index 755ab55..442dd0d 100644
--- a/forge.config.ts
+++ b/forge.config.ts
@@ -4,6 +4,7 @@ import { MakerZIP } from '@electron-forge/maker-zip'
import { VitePlugin } from '@electron-forge/plugin-vite'
import { FusesPlugin } from '@electron-forge/plugin-fuses'
import { FuseV1Options, FuseVersion } from '@electron/fuses'
+import { name } from './src/constants'
const config: ForgeConfig = {
packagerConfig: {
@@ -12,12 +13,12 @@ const config: ForgeConfig = {
},
// asar: false,
extraResource: ['.vite/build/assets'],
- name: "Cyn"
+ name
},
rebuildConfig: {},
makers: [
new MakerSquirrel({
- name: "Cyn"
+ name
}),
new MakerZIP({}, ['darwin', 'linux', 'win32']),
],
diff --git a/index.html b/index.html
index 86eea4e..065d3e2 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,8 @@
/>
-
+
+