u2a 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "u2a",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "URL to App - Turn any URL into a desktop application",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -755,7 +755,7 @@ async function createApp(url, options) {
755
755
 
756
756
  removeAppFromOS(appName);
757
757
  remove(appDir);
758
- if (path.basename(iconPath) !== "favicon") {
758
+ if (path.basename(iconPath) !== "favicon.ico") {
759
759
  remove(iconPath);
760
760
  }
761
761