mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-10 22:24:29 +00:00
Updated Linux template extensions to match architecture.
This commit is contained in:
@@ -1013,7 +1013,7 @@ public:
|
||||
return "UWP";
|
||||
}
|
||||
|
||||
virtual String get_binary_extension() const {
|
||||
virtual String get_binary_extension(const Ref<EditorExportPreset> &p_preset) const {
|
||||
return "appx";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user