Cleanup
This commit is contained in:
@@ -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.
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user