Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Jan 19, 2021
1 parent 1c91d28 commit 8e0d74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ int main(int argc, char **argv) {
writeFile("vorbisspi.jar", &vorbisspiJar, vorbisspiJarSize);
writeFile("Conquer_resources.jar", &resourcesJar, resourcesJarSize);
writeFile("Conquer_frontend_resources.jar", &guiResourcesJar, guiResourcesJarSize);
writeFile("ConquerFrontendSPI.jar", &guiResourcesJar, guiResourcesJarSize);
writeFile("ConquerFrontendSPI.jar", &conquerFrontendSPIJar, conquerFrontendSPIJarSize);
createLinkToLauncher();
MessageBox(NULL, "Installed Conquer!", "Success",
MB_OK | MB_ICONINFORMATION | MB_DEFBUTTON1 | MB_APPLMODAL |
Expand Down

0 comments on commit 8e0d74f

Please sign in to comment.