A native webfishing installer for macos

modifies mod example and readme due to typo

+2 -2
+1 -1
README.md
··· 38 38 "resource_prefix": "res://Mods/Ship/" // Resource path prefix for the mod resources 39 39 }, 40 40 41 - "mod_patches": [ // Array of patches 41 + "patches": [ // Array of patches 42 42 { 43 43 "resource": "res://Scenes/Entities/Player/player.gdc", // Resource to patch 44 44 "patch_file": "patch/player.patch" // relative file path to the patch file
+1 -1
example_mods/ship/manifest.json
··· 5 5 "directory": "pck", 6 6 "resource_prefix": "res://Mods/Ship/" 7 7 }, 8 - "mod_patches": [ 8 + "patches": [ 9 9 { 10 10 "resource": "res://Scenes/Entities/Player/player.gdc", 11 11 "patch_file": "patch/player.patch"