Skip to content

Commit 6fa0d05

Browse files
Merge branch 'marticliment:main' into main
2 parents 6338240 + e164003 commit 6fa0d05

File tree

442 files changed

+46396
-25080
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

442 files changed

+46396
-25080
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/src/"
4+
directory: "/"
55
schedule:
66
interval: "weekly"
7+
groups:
8+
actions-deps:
9+
patterns:
10+
- "*"
11+
- package-ecosystem: "nuget"
12+
directories:
13+
- "/src/*"
14+
schedule:
15+
interval: "weekly"
16+
groups:
17+
all-nuget-updates:
18+
patterns:
19+
- "*"

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
working-directory: src
4242
run: dotnet restore
4343

44-
- name: Build
44+
- name: Test build
4545
working-directory: src
46-
run: dotnet build --configuration Release --no-restore
46+
run: dotnet build --configuration Release
4747

4848
- name: Run Tests
4949
working-directory: src
5050
run: dotnet test --no-restore --verbosity q --nologo
51+

.github/workflows/update-icons.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
exit 0
2525
2626
- name: Create Pull Request
27-
uses: peter-evans/create-pull-request@v6
27+
uses: peter-evans/create-pull-request@v7
2828
with:
2929
delete-branch: true
3030
base: main

.github/workflows/update-tolgee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python download_translations.py --autocommit
2222
2323
- name: Create Pull Request
24-
uses: peter-evans/create-pull-request@v6
24+
uses: peter-evans/create-pull-request@v7
2525
with:
2626
delete-branch: true
2727
base: main

.github/workflows/winget-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Publish to WinGet
15-
uses: vedantmgoyal2009/winget-releaser@a3ac67b0c3026bc335a33b722188e3ec769d6a64
15+
uses: vedantmgoyal9/winget-releaser@3e78d7ff0f525445bca5d6a989d31cdca383372e
1616
with:
1717
identifier: MartiCliment.UniGetUI.Pre-Release
1818
installers-regex: 'UniGetUI\.Installer\.exe$'

.github/workflows/winget-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: vedantmgoyal2009/winget-releaser@a3ac67b0c3026bc335a33b722188e3ec769d6a64
11+
- uses: vedantmgoyal9/winget-releaser@3e78d7ff0f525445bca5d6a989d31cdca383372e
1212
with:
1313
identifier: MartiCliment.UniGetUI
1414
installers-regex: 'UniGetUI\.Installer\.exe$'

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ InstallerExtras/MsiCreator/UniGetUISetup.msi
8585
src/global.json
8686
UniGetUI.Installer.ms-store-test.exe
8787
UniGetUI Installer_winget-fix-test.exe
88+
InstallerExtras/uninst-*.e32

InstallerExtras/CustomMessages.iss

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PortInst=Perform a portable installation
88
RegInst=Perform a regular installation
99
RegStartMmenuIcon=Create a shortcut on the Start menu
1010
RegDesktopIcon=Create a shortcut on the Desktop
11-
ChocoInstall=Install Chocolatey
11+
ChocoInstall=Install Chocolatey (for the current user only)
1212
PackageBundleName=UniGetUI package bundle
1313

1414
; Armenian
@@ -18,7 +18,7 @@ Armenian.PortInst=Կատարել շարժական տեղադրում
1818
Armenian.RegInst=Կատարել սովորական տեղադրում
1919
Armenian.RegStartMmenuIcon=Ստեղծեք դյուրանցում Start ընտրացանկում
2020
Armenian.RegDesktopIcon=Ստեղծեք դյուրանցում աշխատասեղանի վրա
21-
Armenian.ChocoInstall=Ինստալացնել Chocolatey
21+
Armenian.ChocoInstall=Ինստալացնել Chocolatey (for the current user only)
2222
Armenian.PackageBundleName=UniGetUI փաթեթի փաթեթ
2323

2424
; BrazilianPortuguese
@@ -28,7 +28,7 @@ BrazilianPortuguese.PortInst=Realizar uma instalação portátil
2828
BrazilianPortuguese.RegInst=Realizar uma instalação regular
2929
BrazilianPortuguese.RegStartMmenuIcon=Criar um atalho no menu Iniciar
3030
BrazilianPortuguese.RegDesktopIcon=Criar um atalho na área de trabalh
31-
BrazilianPortuguese.ChocoInstall=Instalar Chocolatey
31+
BrazilianPortuguese.ChocoInstall=Instalar Chocolatey (for the current user only)
3232
BrazilianPortuguese.PackageBundleName=Coleção de pacotes UniGetUI
3333

3434
; Catalan
@@ -38,7 +38,7 @@ Catalan.PortInst=Feu una instal·lació portàtil
3838
Catalan.RegInst=Feu una instal·lació regular
3939
Catalan.RegStartMmenuIcon=Creeu una drecera al menú Inici
4040
Catalan.RegDesktopIcon=Creeu una drecera a l'Escriptori
41-
Catalan.ChocoInstall=Instal·lar Chocolatey
41+
Catalan.ChocoInstall=Instal·lar el Chocolatey (només per a l'usuari actual)
4242
Catalan.PackageBundleName=Col·lecció de paquets de l'UniGetUI
4343

4444
; Corsican
@@ -48,7 +48,7 @@ Corsican.PortInst=Eseguite una installazione portable
4848
Corsican.RegInst=Eseguite una installazione regulare
4949
Corsican.RegStartMmenuIcon=Create una scorciatoia nant'à u menu Start
5050
Corsican.RegDesktopIcon=Create una scorciatoia nant'à u Desktop
51-
Corsican.ChocoInstall=Stallà Chocolatey
51+
Corsican.ChocoInstall=Stallà Chocolatey (for the current user only)
5252
Corsican.PackageBundleName=Raccolta di pacchetti UniGetUI
5353
5454
; Czech
@@ -58,7 +58,7 @@ Czech.PortInst=Proveďte přenosnou instalaci
5858
Czech.RegInst=Proveďte běžnou instalaci
5959
Czech.RegStartMmenuIcon=Vytvořte zástupce v nabídce Start
6060
Czech.RegDesktopIcon=Vytvořte zástupce na ploše
61-
Czech.ChocoInstall=Nainstalovat Chocolatey
61+
Czech.ChocoInstall=Nainstalovat Chocolatey (for the current user only)
6262
Czech.PackageBundleName=Kolekce balíčků UniGetUI
6363
6464
; Danish
@@ -68,7 +68,7 @@ Danish.PortInst=Udfør en bærbar installation
6868
Danish.RegInst=Udfør en almindelig installation
6969
Danish.RegStartMmenuIcon=Opret en genvej på Start-menuen
7070
Danish.RegDesktopIcon=Opret en genvej på skrivebordet
71-
Danish.ChocoInstall=Installer Chocolatey
71+
Danish.ChocoInstall=Installer Chocolatey (for the current user only)
7272
Danish.PackageBundleName=Samling af UniGetUI-pakker
7373
7474
; Dutch
@@ -78,7 +78,7 @@ Dutch.PortInst=Voer een draagbare installatie uit
7878
Dutch.RegInst=Voer een normale installatie uit
7979
Dutch.RegStartMmenuIcon=Maak een snelkoppeling in het Startmenu
8080
Dutch.RegDesktopIcon=Maak een snelkoppeling op het bureaublad
81-
Dutch.ChocoInstall=Installeer Chocolatey
81+
Dutch.ChocoInstall=Installeer Chocolatey (for the current user only)
8282
Dutch.PackageBundleName=Verzameling UniGetUI-pakketten
8383
8484
; Finnish
@@ -88,7 +88,7 @@ Finnish.PortInst=Suorita kannettava asennus
8888
Finnish.RegInst=Suorita tavallinen asennus
8989
Finnish.RegStartMmenuIcon=Luo pikakuvake Käynnistä-valikkoon
9090
Finnish.RegDesktopIcon=Luo pikakuvake työpöydälle
91-
Finnish.ChocoInstall=Asenna Chocolatey
91+
Finnish.ChocoInstall=Asenna Chocolatey (for the current user only)
9292
Finnish.PackageBundleName=Kokoelma UniGetUI-paketteja
9393
9494
; French
@@ -98,7 +98,7 @@ French.PortInst=Effectuer une installation portable
9898
French.RegInst=Effectuer une installation normale
9999
French.RegStartMmenuIcon=Créer un raccourci dans le menu Démarrer
100100
French.RegDesktopIcon=Créer un raccourci sur le bureau
101-
French.ChocoInstall=Installer Chocolatey
101+
French.ChocoInstall=Installer Chocolatey (for the current user only)
102102
French.PackageBundleName=Collection de packages UniGetUI
103103

104104
; German
@@ -108,7 +108,7 @@ German.PortInst=Führe eine portable Installation durch
108108
German.RegInst=Führe eine normale Installation durch
109109
German.RegStartMmenuIcon=Erstelle eine Verknüpfung im Startmenü
110110
German.RegDesktopIcon=Erstelle eine Verknüpfung auf dem Desktop
111-
German.ChocoInstall=Chocolatey installieren
111+
German.ChocoInstall=Chocolatey installieren (for the current user only)
112112
German.PackageBundleName=Sammlung von UniGetUI-Paketen
113113

114114
; Hebrew
@@ -118,7 +118,7 @@ Hebrew.PortInst=בצע התקנה ניידת
118118
Hebrew.RegInst=בצע התקנה רגילה
119119
Hebrew.RegStartMmenuIcon=צור קיצור דרך בתפריט התחל
120120
Hebrew.RegDesktopIcon=צור קיצור דרך בשולחן העבודה
121-
Hebrew.ChocoInstall=להתקין את Chocolatey
121+
Hebrew.ChocoInstall=להתקין את Chocolatey (for the current user only)
122122
Hebrew.PackageBundleName=אוסף חבילות UniGetUI
123123

124124
; Icelandic
@@ -128,7 +128,7 @@ Icelandic.PortInst=Framkvæma færanlega uppsetningu
128128
Icelandic.RegInst=Framkvæma reglulega uppsetningu
129129
Icelandic.RegStartMmenuIcon=Búa til flýtileið á Start valmyndinni
130130
Icelandic.RegDesktopIcon=Búa til flýtileið á skjáborðinu
131-
Icelandic.ChocoInstall=Setja upp Chocolatey
131+
Icelandic.ChocoInstall=Setja upp Chocolatey (for the current user only)
132132
Icelandic.PackageBundleName=Safn af UniGetUI pakka
133133

134134
; Italian
@@ -138,7 +138,7 @@ Italian.PortInst=Esegui installazione portatile
138138
Italian.RegInst=Esegui installazione normale
139139
Italian.RegStartMmenuIcon=Crea una scorciatoia nel menu Start
140140
Italian.RegDesktopIcon=Crea una scorciatoia sul Desktop
141-
Italian.ChocoInstall=Installa Chocolatey
141+
Italian.ChocoInstall=Installa Chocolatey (for the current user only)
142142
Italian.PackageBundleName=Raccolta di pacchetti UniGetUI
143143

144144
; Japanese
@@ -148,7 +148,7 @@ Japanese.PortInst=ポータブル インストールを実行する
148148
Japanese.RegInst=通常のインストールを実行します
149149
Japanese.RegStartMmenuIcon=スタート メニューにショートカットを作成する
150150
Japanese.RegDesktopIcon=デスクトップにショートカットを作成する
151-
Japanese.ChocoInstall=Chocolatey をインストールする
151+
Japanese.ChocoInstall=Chocolatey をインストールする (for the current user only)
152152
Japanese.PackageBundleName=UniGetUI パッケージのコレクション
153153

154154
; Korean
@@ -158,7 +158,7 @@ Korean.PortInst=이동식 설치 수행
158158
Korean.RegInst=일반 설치 수행
159159
Korean.RegStartMmenuIcon=시작 메뉴에 바로가기 만들기
160160
Korean.RegDesktopIcon=바탕화면에 바로가기 생성
161-
Korean.ChocoInstall=초콜릿 설치
161+
Korean.ChocoInstall=초콜릿 설치 (for the current user only)
162162
Korean.PackageBundleName=UniGetUI 패키지 컬렉션
163163

164164
; Norwegian
@@ -168,7 +168,7 @@ Norwegian.PortInst=Utfør en bærbar installasjon
168168
Norwegian.RegInst=Utfør en vanlig installasjon
169169
Norwegian.RegStartMmenuIcon=Lag en snarvei på Start-menyen
170170
Norwegian.RegDesktopIcon=Lag en snarvei på skrivebordet
171-
Norwegian.ChocoInstall=Installer Chocolatey
171+
Norwegian.ChocoInstall=Installer Chocolatey (for the current user only)
172172
Norwegian.PackageBundleName=Samling av UniGetUI-pakker
173173

174174
; Polish
@@ -178,7 +178,7 @@ Polish.PortInst=Przeprowadź instalację przenośną
178178
Polish.RegInst=Przeprowadź zwykłą instalację
179179
Polish.RegStartMmenuIcon=Utwórz skrót w menu Start
180180
Polish.RegDesktopIcon=Utwórz skrót na pulpicie
181-
Polish.ChocoInstall=Zainstaluj Chocolatey
181+
Polish.ChocoInstall=Zainstaluj Chocolatey (for the current user only)
182182
Polish.PackageBundleName=Kolekcja pakietów UniGetUI
183183

184184
; Portuguese
@@ -188,7 +188,7 @@ Portuguese.PortInst=Execute uma instalação portátil
188188
Portuguese.RegInst=Execute uma instalação regular
189189
Portuguese.RegStartMmenuIcon=Criar um atalho no menu Iniciar
190190
Portuguese.RegDesktopIcon=Criar um atalho na área de trabalho
191-
Portuguese.ChocoInstall=Instalar o Chocolatey
191+
Portuguese.ChocoInstall=Instalar o Chocolatey (for the current user only)
192192
Portuguese.PackageBundleName=Coleção de pacotes UniGetUI
193193

194194
; Russian
@@ -198,7 +198,7 @@ Russian.PortInst=Выполнить переносную установку
198198
Russian.RegInst=Выполнить обычную установку
199199
Russian.RegStartMmenuIcon=Создать ярлык в меню «Пуск»
200200
Russian.RegDesktopIcon=Создать ярлык на рабочем столе
201-
Russian.ChocoInstall=Установить Chocolatey
201+
Russian.ChocoInstall=Установить Chocolatey (for the current user only)
202202
Russian.PackageBundleName=
203203

204204
; Slovenian
@@ -208,7 +208,7 @@ Slovenian.PortInst=Izvedite prenosno namestitev
208208
Slovenian.RegInst=Izvedite običajno namestitev
209209
Slovenian.RegStartMmenuIcon=Ustvarite bližnjico v meniju Start
210210
Slovenian.RegDesktopIcon=Ustvarite bližnjico na namizju
211-
Slovenian.ChocoInstall=Namesti Chocolatey
211+
Slovenian.ChocoInstall=Namesti Chocolatey (for the current user only)
212212
Slovenian.PackageBundleName=Коллекция пакетов UniGetUI
213213

214214
; Spanish
@@ -218,7 +218,7 @@ Spanish.PortInst=Realizar una instalación portátil
218218
Spanish.RegInst=Realizar una instalación regular
219219
Spanish.RegStartMmenuIcon=Crear un acceso directo en el menú Inicio
220220
Spanish.RegDesktopIcon=Crear un atajo en el escritorio
221-
Spanish.ChocoInstall=Instalar Chocolatey
221+
Spanish.ChocoInstall=Instalar Chocolatey (solo para el usuario actual)
222222
Spanish.PackageBundleName=Coleción de paquetes del UniGetUI
223223

224224
; Turkish
@@ -228,7 +228,7 @@ Turkish.PortInst=Taşınabilir bir kurulum gerçekleştirin
228228
Turkish.RegInst=Normal bir kurulum gerçekleştir
229229
Turkish.RegStartMmenuIcon=Başlat menüsünde bir kısayol oluştur
230230
Turkish.RegDesktopIcon=Masaüstünde bir kısayol oluştur
231-
Turkish.ChocoInstall=Chocolatey'i yükleyin
231+
Turkish.ChocoInstall=Chocolatey'i yükleyin (for the current user only)
232232
Turkish.PackageBundleName=UniGetUI paketlerinin toplanması
233233
234234
; Ukrainian
@@ -238,5 +238,5 @@ Ukrainian.PortInst=Виконати переносне встановлення
238238
Ukrainian.RegInst=Виконайте звичайну установку
239239
Ukrainian.RegStartMmenuIcon=Створити ярлик у меню «Пуск».
240240
Ukrainian.RegDesktopIcon=Створити ярлик на робочому столі
241-
Ukrainian.ChocoInstall=Встановити Chocolatey
241+
Ukrainian.ChocoInstall=Встановити Chocolatey (for the current user only)
242242
Ukrainian.PackageBundleName=Колекція пакетів UniGetUI

InstallerExtras/EnsureWinGet.ps1

Lines changed: 0 additions & 36 deletions
This file was deleted.

InstallerExtras/ForceUniGetUIPortable

Whitespace-only changes.

0 commit comments

Comments
 (0)