appId: com.aurora-dockside.app productName: Aurora Dockside beforePack: scripts/package-modules.cjs directories: buildResources: build files: - '!website/**' - '!**/.vscode/*' - '!src/*' - '!electron.vite.config.{js,ts,mjs,cjs}' - '!{.eslintcache,eslint.config.mjs,.prettierignore,.prettierrc.yaml,dev-app-update.yml,CHANGELOG.md,README.md}' - '!{.env,.env.*,.npmrc,pnpm-lock.yaml}' - '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}' asarUnpack: - resources/** extraResources: - from: dist/module-catalog to: module-catalog filter: - '*.pac' win: executableName: aurora-dockside nsis: artifactName: ${name}-${version}-setup.${ext} shortcutName: ${productName} uninstallDisplayName: ${productName} createDesktopShortcut: always mac: category: public.app-category.developer-tools icon: build/icon.icns entitlements: build/entitlements.mac.plist entitlementsInherit: build/entitlements.mac.plist notarize: false dmg: artifactName: ${name}-${version}-${arch}.${ext} contents: - x: 130 y: 220 - x: 410 y: 220 type: link path: /Applications - x: 270 y: 110 type: dir name: Aurora Modules path: dist/module-catalog linux: executableName: aurora-dockside icon: resources/icon.png syncDesktopName: true target: - AppImage - deb category: Utility appImage: artifactName: ${name}-${version}.${ext} npmRebuild: false publish: provider: github owner: KrisAsvestas repo: auroradockside