You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Adds PCK encryption support (using script encryption key for export).
Change default encryption mode from ECB to CFB.
This commit is contained in:
@@ -961,7 +961,7 @@ class EditorExportPlatformUWP : public EditorExportPlatform {
|
||||
return true;
|
||||
}
|
||||
|
||||
static Error save_appx_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total) {
|
||||
static Error save_appx_file(void *p_userdata, const String &p_path, const Vector<uint8_t> &p_data, int p_file, int p_total, const Vector<String> &p_enc_in_filters, const Vector<String> &p_enc_ex_filters, const Vector<uint8_t> &p_key) {
|
||||
AppxPackager *packager = (AppxPackager *)p_userdata;
|
||||
String dst_path = p_path.replace_first("res://", "game/");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user