Skip to content

Commit 76a2de3

Browse files
committed
Remove forgotten test code
1 parent 9bf4dd6 commit 76a2de3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define path_assoc_default ".DEFAULT\"+path_assoc_user
2121

2222
[Setup]
23-
AppVersion=0.5.3
23+
AppVersion=0.5.4
2424
PrivilegesRequired=admin
2525
AppName=WSA PacMan
2626
ArchitecturesInstallIn64BitMode=x64

lib/windows/win_pkg.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class WinPkg {
2222
}
2323

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

0 commit comments

Comments
 (0)