Skip to content

Commit

Permalink
fix typo in windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
p2r3 committed Oct 15, 2024
1 parent fde0257 commit e6420d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/package.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void PackageItemWorker::installPackage (const ToolsPackage::PackageData *package
#ifndef TARGET_WINDOWS
std::pair<bool, std::string> installationResult = ToolsInstall::installPackageFile(filePath, package->args);
#else
std::pair<bool, std::wstring> installationResult = ToolsInstall::installPackageFile(filePath, package.args);
std::pair<bool, std::wstring> installationResult = ToolsInstall::installPackageFile(filePath, package->args);
#endif

// If installation failed, display error and exit early
Expand Down

0 comments on commit e6420d0

Please sign in to comment.