Skip to content

Commit

Permalink
Possible fix to windows builds (#36)
Browse files Browse the repository at this point in the history
Error logs show:
ERROR: Line 3: The value of attribute version in element assemblyIdentity is invalid.
this should fix it, as i copied the value from prismlauncher.
  • Loading branch information
50t0r25 authored Nov 2, 2022
1 parent 53e1f96 commit 413dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program_info/pollymc.manifest.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
<assemblyIdentity name="PollyMC.Application.1" type="win32" version="@Launcher_RELEASE_VERSION_NAME4@" />
<assemblyIdentity name="PollyMC.Application.1" type="win32" version="@Launcher_VERSION_NAME4@" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
Expand Down

1 comment on commit 413dd73

@Flapjack022
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

He’s so smart I’d totally do him

Please sign in to comment.