<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Standalone app icon]]></title><description><![CDATA[<p dir="auto">hello !<br />
said in the title:<br />
how to create a standalone app icon ?<br />
when you create SA, the .exe file as a "common/standard" icon.</p>
<p dir="auto">How to personalize it ?</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.hise.audio/topic/493/standalone-app-icon</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 09:22:05 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/493.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Dec 2017 21:53:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Standalone app icon on Tue, 01 Dec 2020 23:20:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> said in <a href="/post/26808">Standalone app icon</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/654">@andioak</a> -- no  don't do this. Inserting your own icons in a mac build will cause it to fail to notarize (well that's my experience anyway,,).</p>
</blockquote>
<p dir="auto">Aha, thanks for that caveat! :)  So if i´m deadly serious about rez-snaz I gotta go into the hise source and add some if:s. Not sure that the amazing feeling seeing my logo in 8k instead of 4k is worth that atm. But one fine day, it shall shine.</p>
]]></description><link>https://forum.hise.audio/post/26904</link><guid isPermaLink="true">https://forum.hise.audio/post/26904</guid><dc:creator><![CDATA[andioak]]></dc:creator><pubDate>Tue, 01 Dec 2020 23:20:43 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 12:14:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> Yes it does. I did this in a video last week (I think).</p>
]]></description><link>https://forum.hise.audio/post/26812</link><guid isPermaLink="true">https://forum.hise.audio/post/26812</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Mon, 30 Nov 2020 12:14:38 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 11:34:39 GMT]]></title><description><![CDATA[<p dir="auto">I will let you know in an hour :)</p>
]]></description><link>https://forum.hise.audio/post/26809</link><guid isPermaLink="true">https://forum.hise.audio/post/26809</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Mon, 30 Nov 2020 11:34:39 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 11:27:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/654">@andioak</a> -- no  don't do this. Inserting your own icons in a mac build will cause it to fail to notarize (well that's my experience anyway,,).</p>
<p dir="auto">Can anyone confirm that using the "Icon.png method" produces a stand alone that will pass notarization?</p>
]]></description><link>https://forum.hise.audio/post/26808</link><guid isPermaLink="true">https://forum.hise.audio/post/26808</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Mon, 30 Nov 2020 11:27:40 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 09:52:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/654">@andioak</a> It is coded directly as<code>Icon.png</code> at different places in Hise...</p>
]]></description><link>https://forum.hise.audio/post/26796</link><guid isPermaLink="true">https://forum.hise.audio/post/26796</guid><dc:creator><![CDATA[ustk]]></dc:creator><pubDate>Mon, 30 Nov 2020 09:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 03:24:20 GMT]]></title><description><![CDATA[<p dir="auto">@d-healey Okay, but the icons should be a .icns file, a multi-png icon file with all resolutions. Made with this script: (<code>iconutil</code>)</p>
<pre><code># shell script for creating an icon for an application from a set of input images

input_filepath="icon_name_1024_x_1024.png"
output_iconset_name="outputicon.iconset"
mkdir $output_iconset_name

sips -z 16 16     $input_filepath --out "${output_iconset_name}/icon_16x16.png"
sips -z 32 32     $input_filepath --out "${output_iconset_name}/icon_16x16@2x.png"
sips -z 32 32     $input_filepath --out "${output_iconset_name}/icon_32x32.png"
sips -z 64 64     $input_filepath --out "${output_iconset_name}/icon_32x32@2x.png"
sips -z 128 128   $input_filepath --out "${output_iconset_name}/icon_128x128.png"
sips -z 256 256   $input_filepath --out "${output_iconset_name}/icon_128x128@2x.png"
sips -z 256 256   $input_filepath --out "${output_iconset_name}/icon_256x256.png"
sips -z 512 512   $input_filepath --out "${output_iconset_name}/icon_256x256@2x.png"
sips -z 512 512   $input_filepath --out "${output_iconset_name}/icon_512x512.png"

iconutil -c icns $output_iconset_name

rm -R $output_iconset_name
</code></pre>
<p dir="auto">I mean if one is to be a good boy and future-proof the icons on mac with all the resolutions (retina, 4k, 5k, 8k etc)</p>
<p dir="auto">So can I just use a icon.icns instead?<br />
<a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a></p>
<p dir="auto">A large png file is sometimes not that pretty once it is downsized, can be blurry.</p>
]]></description><link>https://forum.hise.audio/post/26782</link><guid isPermaLink="true">https://forum.hise.audio/post/26782</guid><dc:creator><![CDATA[andioak]]></dc:creator><pubDate>Mon, 30 Nov 2020 03:24:20 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 01:29:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/654">@andioak</a> Following the above advice works on MacOS too.</p>
]]></description><link>https://forum.hise.audio/post/26781</link><guid isPermaLink="true">https://forum.hise.audio/post/26781</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Mon, 30 Nov 2020 01:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 30 Nov 2020 01:20:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a> said in <a href="/post/3117">Standalone app icon</a>:</p>
<blockquote>
<p dir="auto">Just put a square PNG image called exactly <code>Icon.png</code> in the Image directory and it will use this as icon. The resolution doesn't matter, but I recommend using at least 256x256.</p>
</blockquote>
<p dir="auto">I know this is late, but still so relevant. Has there been added any more support for OS-specific app icon image types? For example, on macOS you would use a .<strong>icns</strong> made in multiple sizes using the terminal app "iconutil". Nothing comes up on a search in the docs.</p>
]]></description><link>https://forum.hise.audio/post/26780</link><guid isPermaLink="true">https://forum.hise.audio/post/26780</guid><dc:creator><![CDATA[andioak]]></dc:creator><pubDate>Mon, 30 Nov 2020 01:20:39 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Mon, 04 Dec 2017 17:36:08 GMT]]></title><description><![CDATA[<p dir="auto">hello !<br />
thanks !</p>
<p dir="auto">1-  i didn't think that was so simple !<br />
2 - yes, all icons are arlready 256px max (most of time it's 128px)</p>
<p dir="auto"><strong>EDIT: tried, tested and .... work perfectly ! that rocks !<br />
Christoph i tell you for the last time now !!!! stop ruling the world with HISE please !!! ;)</strong></p>
]]></description><link>https://forum.hise.audio/post/3124</link><guid isPermaLink="true">https://forum.hise.audio/post/3124</guid><dc:creator><![CDATA[staiff]]></dc:creator><pubDate>Mon, 04 Dec 2017 17:36:08 GMT</pubDate></item><item><title><![CDATA[Reply to Standalone app icon on Sun, 03 Dec 2017 23:17:00 GMT]]></title><description><![CDATA[<p dir="auto">Just put a square PNG image called exactly <code>Icon.png</code> in the Image directory and it will use this as icon. The resolution doesn't matter, but I recommend using at least 256x256.</p>
]]></description><link>https://forum.hise.audio/post/3117</link><guid isPermaLink="true">https://forum.hise.audio/post/3117</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Sun, 03 Dec 2017 23:17:00 GMT</pubDate></item></channel></rss>