There was an error while loading. Please reload this page.
1 parent ea72c74 commit 0f05f01Copy full SHA for 0f05f01
1 file changed
lib/services/windows-project-service.ts
@@ -105,7 +105,7 @@ export class WindowsProjectService
105
);
106
107
this._platformData = {
108
- frameworkPackageName: runtimePackage?.name ?? "@nativescript/windows",
+ frameworkPackageName: runtimePackage.name,
109
normalizedPlatformName: "Windows",
110
platformNameLowerCase: "windows",
111
appDestinationDirectoryPath: path.join(
0 commit comments