From 980e3a9e4caf3cc57eb9e8254c8bf4db2ea501e1 Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Tue, 30 Jun 2020 19:33:19 +0200 Subject: [PATCH] Cleanup --- Assets/readme/readme_macos.txt | 8 -------- khafile.js | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 Assets/readme/readme_macos.txt diff --git a/Assets/readme/readme_macos.txt b/Assets/readme/readme_macos.txt deleted file mode 100644 index 91ec0b94..00000000 --- a/Assets/readme/readme_macos.txt +++ /dev/null @@ -1,8 +0,0 @@ -Due to security elements of macOS, the system may prevent you from running the .app out of the box. - -"ArmorPaint.app can't be opened because Apple cannot check it for malicious software.": - -1.) Right-click on 'ArmorPaint.app' and press 'Open' -2.) Press 'Open' in the popup dialog - -Afterwards macOS should let you open the ArmorPaint.app file directly. diff --git a/khafile.js b/khafile.js index cd29d5e2..b7dcdce8 100644 --- a/khafile.js +++ b/khafile.js @@ -80,9 +80,6 @@ if (android) { else if (ios) { project.addAssets("Assets/readme/readme_ios.txt", { notinlist: true, destination: "{name}" }); } -else if (process.platform === "darwin") { - project.addAssets("Assets/readme/readme_macos.txt", { notinlist: true, destination: "INSTRUCTIONS.txt" }); -} if (process.platform !== "darwin" && !raytrace && !android && !ios) { project.addDefine("rp_voxelao");