Skip to content

Commit

Permalink
Fix windows build, see (sindresorhus/electron-store#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssisaias committed Oct 9, 2023
1 parent e19ff97 commit 59062c5
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 315 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "rotion",
"productName": "Rotion",
"version": "1.0.0",
"description": "An Electron application with React and TypeScript",
"version": "0.0.0",
"description": "A simple clone of the popular note taking app Notion.",
"main": "./out/main/index.js",
"author": "example.com",
"homepage": "https://www.electronjs.org",
"author": "isaiasdevlog.com",
"homepage": "https://www.isaiasdevlog.com",
"scripts": {
"format": "prettier --write .",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
Expand All @@ -17,7 +17,8 @@
"postinstall": "electron-builder install-app-deps",
"build:win": "npm run build && electron-builder --win --config",
"build:mac": "electron-vite build && electron-builder --mac --config",
"build:linux": "electron-vite build && electron-builder --linux --config"
"build:linux": "electron-vite build && electron-builder --linux --config",
"release": "electron-builder --publish always"
},
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
Expand All @@ -30,10 +31,12 @@
"@tiptap/extension-typography": "^2.1.11",
"@tiptap/react": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"electron-router-dom": "^1.0.5",
"electron-store": "^8.1.0",
"electron-store": "^6.0.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.16.0"
},
Expand All @@ -51,8 +54,6 @@
"electron-vite": "^1.0.27",
"eslint": "^8.47.0",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit 59062c5

Please sign in to comment.