Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VadimNastoyashchy committed Jul 11, 2024
1 parent cf91b94 commit 912458d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

# Getting started

Download DMG for MAC OS >>>
[JSONSplitter](https://github.com/VadimNastoyashchy/JSONSplitter/releases/download/1.1.1/JSONSplitter-1.1.1-arm64.dmg)

## 1. Clone the repo

## 2. Installing
Expand Down
4 changes: 3 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {},
},
{
name: '@electron-forge/maker-zip',
Expand All @@ -23,6 +22,9 @@ module.exports = {
name: '@electron-forge/maker-rpm',
config: {},
},
{
name: '@electron-forge/maker-dmg',
},
],
plugins: [
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
Expand Down

0 comments on commit 912458d

Please sign in to comment.