-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(portable): ExecutionLevel for nsis portable
Close #1440
- Loading branch information
Showing
17 changed files
with
13,525 additions
and
10,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
packages/electron-builder/templates/nsis/boringMessages.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
chooseInstallationOptions: | ||
en: Choose Installation Options | ||
ru: Выберите опции установки | ||
chooseUninstallationOptions: | ||
en: Choose Uninstallation Options | ||
ru: Выберите опции удаления | ||
freshInstallForAll: | ||
en: Fresh install for all users. | ||
ru: Новая установка для всех пользователей. | ||
freshInstallForCurrent: | ||
en: Fresh install for current user only. | ||
ru: Новая установка только для текущего пользователя. | ||
onlyForMe: | ||
en: Only for &me | ||
ru: Только для &меня | ||
forAll: | ||
en: Anyone who uses this computer (&all users) | ||
ru: Для &всех пользователей данного компьютера |
Oops, something went wrong.