Skip to content

Commit 0f05f01

Browse files
committed
fix(windows): framework name
1 parent ea72c74 commit 0f05f01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/services/windows-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class WindowsProjectService
105105
);
106106

107107
this._platformData = {
108-
frameworkPackageName: runtimePackage?.name ?? "@nativescript/windows",
108+
frameworkPackageName: runtimePackage.name,
109109
normalizedPlatformName: "Windows",
110110
platformNameLowerCase: "windows",
111111
appDestinationDirectoryPath: path.join(

0 commit comments

Comments
 (0)