mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
Fix file link parameter order
This commit is contained in:
parent
cdcbc5b4b8
commit
b00a8ad771
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ node_modules
|
||||
node.exe
|
||||
dist
|
||||
node
|
||||
work/
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
|
@ -397,7 +397,7 @@ public class VersionFactory extends HangarComponent {
|
||||
// fileService.move(tmpVersionJar.toString(), platformJarPath);
|
||||
// actually, lets do nothing here, in frontend only the primary platform is used for downloading anyways
|
||||
} else {
|
||||
fileService.link(platformJarPath, newVersionJarPath);
|
||||
fileService.link(newVersionJarPath, platformJarPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user