Skip to content

Commit

Permalink
Remove forgotten test code
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Nov 21, 2021
1 parent 9bf4dd6 commit 76a2de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define path_assoc_default ".DEFAULT\"+path_assoc_user

[Setup]
AppVersion=0.5.3
AppVersion=0.5.4
PrivilegesRequired=admin
AppName=WSA PacMan
ArchitecturesInstallIn64BitMode=x64
Expand Down
2 changes: 1 addition & 1 deletion lib/windows/win_pkg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class WinPkg {
}

static String? getPackageFamilyName(String fullName) {
final lpName = ("MicrosoftCorporationII.WindowsSubsystemForAndroid_1.8.32822.0_x64__8wekyb3d8bbwe").toNativeUtf16();
final lpName = fullName.toNativeUtf16();
var lpFamilyName = malloc<WCHAR>(_INITIAL_OUTPUT_BUFFER_CHARS).cast<Utf16>();
final lpBufferLenght = malloc<DWORD>()..value = _INITIAL_OUTPUT_BUFFER_CHARS;

Expand Down

0 comments on commit 76a2de3

Please sign in to comment.