File tree Expand file tree Collapse file tree 1 file changed +28
-28
lines changed
Expand file tree Collapse file tree 1 file changed +28
-28
lines changed Original file line number Diff line number Diff line change @@ -73,34 +73,34 @@ jobs:
7373 echo "Detected Homebrew prefix: $BREW_PREFIX"
7474
7575 cat > macos/ssh-studio.bundle << XML
76- <?xml version="1.0"?>
77- <app-bundle>
78- <meta>
79- <prefix>${BREW_PREFIX}</prefix>
80- </meta>
81-
82- <id>io.github.BuddySirJava.SSH-Studio</id>
83- <name>SSH Studio</name>
84- <version>1.0.0</version>
85- <icon>data/media/icon_512.png</icon>
86-
87- <main-binary>
88- <binary>ssh-studio</binary>
89- </main-binary>
90-
91- <resources>
92- <file>stage/share/io.github.BuddySirJava.SSH-Studio/ssh-studio-resources.gresource</file>
93- <dir>src</dir>
94- </resources>
95-
96- <dependencies>
97- <dep>gtk4</dep>
98- <dep>libadwaita</dep>
99- <dep>gtksourceview5</dep>
100- <dep>pygobject3</dep>
101- <dep>python3</dep>
102- </dependencies>
103- </app-bundle>
76+ <?xml version="1.0"?>
77+ <app-bundle>
78+ <meta>
79+ <prefix>${BREW_PREFIX}</prefix>
80+ </meta>
81+
82+ <id>io.github.BuddySirJava.SSH-Studio</id>
83+ <name>SSH Studio</name>
84+ <version>1.0.0</version>
85+ <icon>data/media/icon_512.png</icon>
86+
87+ <main-binary>
88+ <binary>ssh-studio</binary>
89+ </main-binary>
90+
91+ <resources>
92+ <file>stage/share/io.github.BuddySirJava.SSH-Studio/ssh-studio-resources.gresource</file>
93+ <dir>src</dir>
94+ </resources>
95+
96+ <dependencies>
97+ <dep>gtk4</dep>
98+ <dep>libadwaita</dep>
99+ <dep>gtksourceview5</dep>
100+ <dep>pygobject3</dep>
101+ <dep>python3</dep>
102+ </dependencies>
103+ </app-bundle>
104104XML
105105
106106 gtk-mac-bundler macos/ssh-studio.bundle
You can’t perform that action at this time.
0 commit comments