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

Commit

Permalink
Wix didn't like the - in README-SDL.txt...
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbackus committed Nov 6, 2016
1 parent 65f1b4a commit 1e66e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/AntiMicro.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Component Id="SDL2.DLL" Guid="89898F34-8345-414E-9210-85B53FD34D53">
<File Source="..\antimicro\SDL2.dll" />
</Component>
<Component Id="README-SDL.TXT" Guid="*">
<Component Id="README_SDL.TXT" Guid="*">
<File Source="..\antimicro\README-SDL.txt" />
</Component>
<Component Id="README.MD" Guid="72F83989-7487-44C9-B5CD-AC37898274D7">
Expand Down
2 changes: 1 addition & 1 deletion windows/AntiMicro_64.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Component Id="SDL2.DLL" Guid="89898F34-8345-414E-9210-85B53FD34D53">
<File Source="..\antimicro\SDL2.dll" />
</Component>
<Component Id="README-SDL.TXT" Guid="*">
<Component Id="README_SDL.TXT" Guid="*">
<File Source="..\antimicro\README-SDL.txt" />
</Component>
<Component Id="README.MD" Guid="72F83989-7487-44C9-B5CD-AC37898274D7">
Expand Down

0 comments on commit 1e66e4b

Please sign in to comment.