Skip to content

Commit

Permalink
Inefficient, but first stable release created.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeHeist committed Nov 14, 2021
1 parent 1310df9 commit 6024f63
Show file tree
Hide file tree
Showing 11 changed files with 1,526 additions and 65 deletions.
168 changes: 168 additions & 0 deletions package-lock.json

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

17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"start": "electron .",
"pack-win32": "electron-packager . --platform win32 --arch x64 --out dist/",
"pack-linux": "electron-packager . --platform linux --arch x64 --out dist/",
"deb-installer": "electron-installer-debian --src dist/sql-ninja-linux-x64/ --arch amd64 --config deb-config.json"
"deb-installer": "electron-installer-debian --src dist/sql-ninja-linux-x64/ --arch amd64 --config deb-config.json",
"build:linux": "electron-builder --linux"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodeHeist/sql-ninja.git"
},
"author": "Md. Riyasat Hossain (TheCodeHeist)",
"author": "Md. Riyasat Hossain (TheCodeHeist) <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheCodeHeist/sql-ninja/issues"
Expand All @@ -31,6 +32,18 @@
},
"devDependencies": {
"electron": "^15.3.1",
"electron-builder": "^22.13.1",
"electron-packager": "^15.4.0"
},
"build": {
"appId": "com.thecodeheist.sqlninja",
"linux": {
"target": [
"deb",
"rpm",
"pacman"
],
"category": "Utility"
}
}
}
Loading

0 comments on commit 6024f63

Please sign in to comment.