You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First reported by @MustaphaTR and his D2k mod, an investigation concluded that the MacOS packaging script can break if the PACKAGING_DISPLAY_NAME in mod.config contains a '\'' (the mod was called "MustaphaTR's D2k Mod".
The Windows installer and Linux AppImages build successfully regardless.
First reported by @MustaphaTR and his D2k mod, an investigation concluded that the MacOS packaging script can break if the
PACKAGING_DISPLAY_NAME
inmod.config
contains a '\'' (the mod was called "MustaphaTR's D2k Mod".The Windows installer and Linux AppImages build successfully regardless.
The issue seems to be after https://github.com/OpenRA/OpenRAModSDK/blob/master/packaging/macos/buildpackage.sh#L108 and can likely easily be resolved by escaping input strings.
The text was updated successfully, but these errors were encountered: