We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf4dd6 commit 76a2de3Copy full SHA for 76a2de3
installer/installer.iss
@@ -20,7 +20,7 @@
20
#define path_assoc_default ".DEFAULT\"+path_assoc_user
21
22
[Setup]
23
-AppVersion=0.5.3
+AppVersion=0.5.4
24
PrivilegesRequired=admin
25
AppName=WSA PacMan
26
ArchitecturesInstallIn64BitMode=x64
lib/windows/win_pkg.dart
@@ -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>();
27
final lpBufferLenght = malloc<DWORD>()..value = _INITIAL_OUTPUT_BUFFER_CHARS;
28
0 commit comments