This commit is contained in:
@@ -309,7 +309,7 @@ public abstract class ComponentBundler {
|
||||
info[0] = path.substring(0, slsidx);
|
||||
// we need to turn file separator characters (platform dependent) into jar path separator
|
||||
// characters (always forward slash)
|
||||
info[0].replace(File.separatorChar, '/');
|
||||
info[0] = info[0].replace(File.separatorChar, '/');
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user