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");