Skip to content

Commit

Permalink
Updating packagerepository comment based on pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbodrug-microsoft committed Jul 9, 2020
1 parent 1c267a5 commit 2c45956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void OnPackageInstalling(PackageCatalog p, PackageInstallingEventArgs arg
}
}
//InitializeAppInfo will throw if there is no AppxManifest.xml for the package.
//Note there are sometimes multiple packages per application and this doesn't necessarily mean that we haven't found the app.
//Note there are sometimes multiple packages per product and this doesn't necessarily mean that we haven't found the app.
//eg. "Could not find file 'C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminalPreview_2020.616.45.0_neutral_~_8wekyb3d8bbwe\\AppxManifest.xml'."

catch (System.IO.FileNotFoundException e)
Expand Down

0 comments on commit 2c45956

Please sign in to comment.