Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd committed Jan 15, 2025
1 parent 3bc6c7e commit 0da37b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,11 @@ jobs:
if: success() && matrix.type == 'msbuild' && !startsWith(github.ref, 'refs/tags/')
shell: powershell
run: |
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\MsiVal2-x86_en-us.msi' ./temp/MsiVal2-x86_en-us.msi
md -Force ./temp
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\MsiVal2-x86_en-us.msi' ./temp/
cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\8e4755178e6b5bcba8d3538c3630b7a5.cab' ./temp/
cp cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\b80b7321357f7c9f281536f9440dfe68.cab' ./temp/
cp cp 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\c2aabf6ea5c1d348ec22f3aeb92f8656.cab' ./temp/'
Start-Process "msiexec.exe" -ArgumentList "/i './temp/MsiVal2-x86_en-us.msi' /quiet /qn" -Wait
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion installer/ListboxTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ListboxTable::ListboxTable(const nlohmann::json& json,

bool ListboxTable::generate(MSIHANDLE hDatabase) {
std::cout << "Generating ListboxTable..." << std::endl;

const auto sql_create = "CREATE TABLE `ListBox` "
"(`Property` CHAR(72) NOT NULL, `Order` SHORT NOT NULL, "
"`Value` CHAR(64) NOT NULL, `Text` CHAR(64) "
Expand Down

0 comments on commit 0da37b3

Please sign in to comment.