Skip to content

Commit 316f59d

Browse files
authored
Update Installer.wxs
1 parent b41cbc1 commit 316f59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Directory Id="ProgramFilesFolder">
1717
<Directory Id="INSTALLFOLDER" Name="PixelArtTool">
1818
<Component Feature="Core">
19-
<File Source=""%APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\PixelArtTool.exe" />
19+
<File Source="%APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\PixelArtTool.exe" />
2020

2121
<!-- Start menu shortcut -->
2222
<Shortcut Id="StartMenuShortcut" Directory="ProgramMenuFolder" Name="PixelArtTool" Icon="IconFile.ico" Advertise="yes" />

0 commit comments

Comments
 (0)