Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2024, Gluon
* Copyright (c) 2019, 2025, Gluon
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -73,7 +73,7 @@ public abstract class AbstractTargetConfiguration implements TargetConfiguration
private static final List<String> RESOURCES_BY_EXTENSION = Arrays.asList(
"png", "jpg", "jpeg", "gif", "bmp", "ttf", "raw",
"xml", "fxml", "css", "gls", "json", "dat",
"license", "frag", "vert", "obj", "mtl", "js");
"license", "frag", "vert", "obj", "mtl", "js", "zip");
/**
* Manual registration of the HomeFinderFeature required until GraalVM for JDK 21.
*/
Expand Down
Loading