Skip to content

Commit

Permalink
fix: change assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed Jul 22, 2024
1 parent aae9ae3 commit 8d90167
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-app/ecoindex-app/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"release": true,
"autoGenerate": true,
"releaseName": "Release Electron-app ${version}",
"assets": ["out/make/**/*.zip", "out/make/**/*.dmg"]
"assets": ["./out/make/zip/darwin/arm64/*.zip", "./out/make/*.dmg"]
},
"hooks": {
"after:bump": "npm run publish",
Expand Down
46 changes: 46 additions & 0 deletions electron-app/ecoindex-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion electron-app/ecoindex-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"make": "env-cmd electron-forge make",
"publish": "env-cmd electron-forge publish",
"lint": "eslint --ext .ts,.tsx .",
"release": "release-it"
"release": "env-cmd release-it"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
Expand All @@ -54,6 +54,7 @@
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
"@electron/fuses": "^1.8.0",
"@electron/notarize": "^2.3.2",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.3",
Expand Down

0 comments on commit 8d90167

Please sign in to comment.