Skip to content

Commit 811c04e

Browse files
authored
[RAPPS-DB] Set Chrome no-sandbox parameter on shortcut (#321)
1 parent 39d89ea commit 811c04e

8 files changed

Lines changed: 31 additions & 3 deletions

File tree

.github/validate-rapps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
b'Files',
4646
b'Dir',
4747
b'Lnk',
48+
b'LnkParameters',
4849
b'Icon',
4950
b'DelFile',
5051
b'DelDir',

autoruns.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ SHA1 = 62c0af2d62d58aa51650f1bf23d0222d43bf9bb1
1010
SizeBytes = 1305367
1111
Installer = Generate
1212

13+
[Section.amd64]
14+
URLDownload = https://web.archive.org/web/20170803195021/https://download.sysinternals.com/files/Autoruns.zip
15+
1316
[Generate]
1417
Files = *s.exe|*sc.exe|*.chm
1518
Dir = SysInternals\AutoRuns

chrome_48.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ Installer = Generate
2020
Description = Google Chrome es el popular navegador web de código cerrado​ desarrollado por Google, derivado del proyecto Chromium.
2121

2222
[Generate]
23-
Dir = %ProgramFiles%\Google\Chrome
24-
Lnk = "Google Chrome.lnk"
23+
Files = chrome48\Chrome-bin\*.exe|chrome48\Chrome-bin\*
24+
Dir = Google\Chrome
25+
Lnk = Google Chrome.lnk
26+
LnkParameters = --no-sandbox
27+
DelFile = debug.log
28+
DelDir = Dictionaries
29+
DelDirEmpty = .|..
30+
DelReg = HKCU\Software\Google\Chrome\BLBeacon

processexplorer.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ SHA1 = 6c0237823163ba0e7b525e2f68c881d983a554af
1111
SizeBytes = 2004933
1212
Installer = Generate
1313

14+
[Section.amd64]
15+
URLDownload = https://web.archive.org/web/20190913041012/https://download.sysinternals.com/files/ProcessExplorer.zip
16+
1417
[Generate]
1518
Files = procexp.exe|*.chm
1619
Dir = SysInternals\Process Explorer

siv.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ SizeBytes = 23685583
1111
Screenshot1 = https://github.com/user-attachments/assets/a9b348da-2ce0-4afd-9bc1-a8f6ce5278f8
1212
Installer = Generate
1313

14+
[Section.amd64]
15+
URLDownload = https://delivery2.filecroco.com/kits_6/siv_v5.80.zip
16+
1417
[Generate]
1518
Files = SIV32X.exe|*
1619
DelReg = HKCU\Software\SIV|HKLM\Software\SIV

tcpview.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ URLDownload = https://web.archive.org/web/20210319143650/https://download.sysint
1616
SHA1 = 169cec73efc0edfcc0081f0a1ed09b70fe7a947b
1717
SizeBytes = 291606
1818

19+
[Section.amd64]
20+
URLDownload = https://web.archive.org/web/20221116090816/https://download.sysinternals.com/files/TCPView.zip
21+
22+
[Section.arm64]
23+
URLDownload = https://web.archive.org/web/20221116090816/https://download.sysinternals.com/files/TCPView.zip
24+
1925
[Generate]
2026
Files = *view.exe|tcp*
2127
Dir = SysInternals\TCPView

windbg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Name = WinDbg
33
Version = 6.12.0002.633
44
LicenseType = 2
55
Description = WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft.
6-
Category = 12
6+
Category = 7
77
Publisher = Microsoft
88
URLSite = https://web.archive.org/web/20110221133326/https://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
99
URLDownload = https://download.microsoft.com/download/A/6/A/A6AC035D-DA3F-4F0C-ADA4-37C8E5D34E3D/setup/WinSDKDebuggingTools/dbg_x86.msi

zoomit.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ SHA1 = 231a7f6ee113f71f2f0e7a7cef0931c27f23501f
1212
SizeBytes = 939781
1313
Installer = Generate
1414

15+
[Section.amd64]
16+
URLDownload = https://web.archive.org/web/20210503071949/http://download.sysinternals.com/Files/ZoomIt.zip
17+
18+
[Section.arm64]
19+
URLDownload = https://web.archive.org/web/20210503071949/http://download.sysinternals.com/Files/ZoomIt.zip
20+
1521
[Generate]
1622
Files = *it.exe
1723
Dir = SysInternals\ZoomIt

0 commit comments

Comments
 (0)