Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vain0x committed Nov 13, 2019
1 parent 244e418 commit fe43059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $inclusions = @(
@("$package/knowbug_install.exe", "$pwd/src/knowbug_install/knowbug_install.exe"),
@("$package/hsp3debug.dll", "$pwd/src/Win32/Release/hsp3debug.dll"),
@("$package/hsp3debug_u8.dll", "$pwd/src/Win32/ReleaseUtf8/hsp3debug_u8.dll"),
@("$package/hsp3debug_64.dll", "$pwd/src/x64/Release/hsp3debug_64.dll")
@("$package/hsp3debug_64.dll", "$pwd/src/x64/Release/hsp3debug_64.dll"),
@("$package/hsp3debug_64_hsp36.dll", "$pwd/src/x64/ReleaseUtf8/hsp3debug_64.dll")
)

Expand Down

0 comments on commit fe43059

Please sign in to comment.