From 3aff390c48ae874477e5181e812dcfea42913470 Mon Sep 17 00:00:00 2001 From: Andrew Nielsen Date: Thu, 3 Feb 2022 09:18:54 -0700 Subject: [PATCH] Update create-shortcut-with-script-package-support-framework.md Changing the directions of the back slashes to forward slashes in "Create the config.json file" as it contradicts other examples like https://docs.microsoft.com/en-us/windows/msix/psf/package-support-framework. --- .../create-shortcut-with-script-package-support-framework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msix-src/psf/create-shortcut-with-script-package-support-framework.md b/msix-src/psf/create-shortcut-with-script-package-support-framework.md index 47da03cb..a1043b93 100644 --- a/msix-src/psf/create-shortcut-with-script-package-support-framework.md +++ b/msix-src/psf/create-shortcut-with-script-package-support-framework.md @@ -151,8 +151,8 @@ Switch back to the __MSIX Packaging Tool__, click on __Package files__, select t "applications": [ { "id": "App", - "executable": "ContosoExpenses\\ContosoExpenses.exe", - "workingDirectory": "ContosoExpenses\\", + "executable": "ContosoExpenses/ContosoExpenses.exe", + "workingDirectory": "ContosoExpenses/", "startScript": { "scriptPath": "createshortcut.ps1",