This commit is contained in:
Lubos Lenco
2020-06-30 19:33:19 +02:00
parent eaaccb716e
commit 980e3a9e4c
2 changed files with 0 additions and 11 deletions
-8
View File
@@ -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.
-3
View File
@@ -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");