Skip to content

Commit

Permalink
add zip extension (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Jan 16, 2025
1 parent 20a0fbb commit a4dfa98
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a4dfa98

Please sign in to comment.