This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<groupId>com.threerings</groupId>
|
||||
<artifactId>nenya-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.7.3-SNAPSHOT</version>
|
||||
<version>1.7.3</version>
|
||||
|
||||
<name>Nenya Parent</name>
|
||||
<description>Facilities for making Java games.</description>
|
||||
|
||||
@@ -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