diff --git a/bundler.json b/bundler.json new file mode 100644 index 0000000..bb8cd7e --- /dev/null +++ b/bundler.json @@ -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"} + ] +} \ No newline at end of file