Skip to content

Commit

Permalink
added bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
giwty authored and giwty committed Sep 13, 2020
1 parent f6aeb26 commit ff03f0a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bundler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"app_name": "Switch-Library-Manager",
"icon_path_darwin": "resources/icon.icns",
"icon_path_linux": "resources/icon.png",
"icon_path_windows": "resources/icon.ico",
"environments": [
{"arch": "amd64", "os": "darwin"},
{"arch": "amd64", "os": "linux"},
{"arch": "amd64", "os": "windows"}
]
}

0 comments on commit ff03f0a

Please sign in to comment.