Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/Catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<Companion Id="HancomOfficeViewer" DisplayName="한컴오피스 뷰어" Url="https://www.hancom.com/product/office/officeViewer" Arguments="" en-US-DisplayName="Hancom Office Viewer" />
<Companion Id="AdobeAcrobatReader" DisplayName="Adobe Acrobat Reader" Url="https://get.adobe.com/kr/reader" Arguments="" en-US-DisplayName="Adobe Acrobat Reader" />
<Companion Id="RaiDrive " DisplayName="RaiDrive" Url="https://www.raidrive.com/download" Arguments="" en-US-DisplayName="RaiDrive" />
<Companion Id="SevenZip" DisplayName="7-Zip (LGPL)" Url="https://www.7-zip.org/download.html" Arguments="" en-US-DisplayName="7-Zip (LGPL)" />
Comment on lines 13 to +14
<Companion Id="Bandizip" DisplayName="반디집" Url="https://www.bandisoft.com/bandizip/" Arguments="" en-US-DisplayName="Bandizip" />
<Companion Id="EdgeWebView2Runtime" DisplayName="Microsoft Edge WebView2 런타임" Url="https://developer.microsoft.com/ko-kr/microsoft-edge/webview2/" Arguments="" en-US-DisplayName="Microsoft Edge WebView2 Runtime" />
<Companion Id="EclipseTemurin" DisplayName="OpenJDK (GPLv2+CE)" Url="https://adoptium.net/temurin/releases/" Arguments="" en-US-DisplayName="OpenJDK (GPLv2+CE)" />
</Companions>
<InternetServices>
<!-- 인터넷 뱅킹 시작 -->
Expand Down
4 changes: 4 additions & 0 deletions docs/generate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,10 @@
new("HancomOfficeViewer", "한컴오피스 뷰어", "https://www.hancom.com/product/office/officeViewer", "", "Hancom Office Viewer"),
new("AdobeAcrobatReader", "Adobe Acrobat Reader", "https://get.adobe.com/kr/reader", "", "Adobe Acrobat Reader"),
new("RaiDrive", "RaiDrive", "https://www.raidrive.com/download", "", "RaiDrive"),
new("SevenZip", "7-Zip (LGPL)", "https://www.7-zip.org/download.html", "", "7-Zip (LGPL)"),
new("Bandizip", "반디집", "https://www.bandisoft.com/bandizip/", "", "Bandizip"),
new("EdgeWebView2Runtime", "Microsoft Edge WebView2 런타임", "https://developer.microsoft.com/ko-kr/microsoft-edge/webview2/", "", "Microsoft Edge WebView2 Runtime"),
new("EclipseTemurin", "OpenJDK (GPLv2+CE)", "https://adoptium.net/temurin/releases/", "", "OpenJDK (GPLv2+CE)"),
Comment on lines +383 to +386
];

ServiceCollection services = [
Expand Down