-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add app execution aliases and URL schemes for each build channel #13112
Comments
We'll have to consider this and see if there are any downsides. |
Do you have a list of places that will need updating? |
As far as I have been able to find out, here is.
Note that FilesLauncher will not be able to select an item at startup unless the GPL code deletion is reverted. |
These will need to be updated from the pipeline, but I think everything else can be done with variables that are set based on the environment. |
This comment was marked as outdated.
This comment was marked as outdated.
And the ApplicationService or #if #endif directives can determine what alias should be used in the platform projects. @yaira2 what do you think? |
ApplicationService sounds good 👍 |
This approach would work, but it means duplicating every change to those files. Alternatively, we could have a build script that automates copying the changes but at that point it's not much better than doing it from the pipeline. |
I made it in #14218 - Configure-AppxManifest.ps1 Let me work on this.
The most important part of this work would be replace all hardcoded strings with constants. |
The set as default option would also have to be updated to use the new names as the reg file just assumes |
@yaira2 Do you think app URI scheme can be just |
The |
Does this look ok main...0x5bfa:5bfa/CQ-SeparatedAppAlias I think we should also update system tray icon guid to be unique per. |
@0x5bfa we need to make some adjustments as well as update the Azure Pipeline, but your branch looks good 👍 |
What feature or improvement do you think would benefit Files?
Currently all Files builds have the same app execution alias (
Files.exe
) and URL scheme (files-uwp:
). But it is inconvenient when multiple Files builds are installed at the same time.Requirements
Files.exe
.(
Files-sta.exe
,Files-pre.exe
,Files-dev.exe
)files-uwp:
.(
files-app:
,files-app-pre:
,files-app-dev:
)Files Version
2.5.21.0
Windows Version
10.0.22621.1992
Comments
No response
The text was updated successfully, but these errors were encountered: