mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-15 12:50:42 -07:00
- Changed icon source reference in build script from AppIcon.icon to voicebox.icon. - Updated tauri.conf.json to specify new resource paths for generated icon and plist files. - Added voicebox.icns and updated partial.plist to include voicebox as the application icon. - Introduced new icon.json and Voicebox.png files for the voicebox icon assets.
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleIconFile</key>
|
|
<string>voicebox</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>voicebox</string>
|
|
</dict>
|
|
</plist>
|