Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 0339100

Browse files
committed
Replace SVG logo by PNG logo in Manual
1 parent b4dc8c6 commit 0339100

File tree

4 files changed

+4
-79
lines changed

4 files changed

+4
-79
lines changed

doc/user_manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:imagesdir: ./user_manual
33
:toc:
44

5-
image::logo.svg[align="center"]
5+
image::logo.png[align="center"]
66

77
SCAP Workbench is a tool that can open XCCDF footnote:[The Extensible
88
Configuration Checklist Description Format] or SDS footnote:[Source

doc/user_manual/logo.png

16.7 KB
Loading

doc/user_manual/logo.svg

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

scap-workbench.wxs.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@
142142
<Component Id="INTRO_SCREENSHOT.PNG" DiskId="1" Guid="D73F334F-EEC2-4C30-A440-7EDFC26D8897">
143143
<File Id="INTRO_SCREENSHOT.PNG" Name="intro_screenshot.png" Source="scap-workbench\doc\user_manual\intro_screenshot.png" />
144144
</Component>
145-
<Component Id="LOGO.SVG" DiskId="1" Guid="DE026BBD-9241-4004-A2EC-7A9F459C8049">
146-
<File Id="LOGO.SVG" Name="logo.svg" Source="scap-workbench\doc\user_manual\logo.svg" />
145+
<Component Id="LOGO.PNG" DiskId="1" Guid="DE026BBD-9241-4004-A2EC-7A9F459C8049">
146+
<File Id="LOGO.PNG" Name="logo.png" Source="scap-workbench\doc\user_manual\logo.png" />
147147
</Component>
148148
<Component Id="OPENING_TAILORING_FILE.PNG" DiskId="1" Guid="EFB14DFD-697F-4314-8476-E798EA1A1E93">
149149
<File Id="OPENING_TAILORING_FILE.PNG" Name="opening_tailoring_file.png" Source="scap-workbench\doc\user_manual\opening_tailoring_file.png" />
@@ -342,7 +342,7 @@
342342
<ComponentRef Id="CUSTOMIZING_SSG_PROFILE.PNG" />
343343
<ComponentRef Id="DEFAULT_CONTENT_OPENED.PNG" />
344344
<ComponentRef Id="INTRO_SCREENSHOT.PNG" />
345-
<ComponentRef Id="LOGO.SVG" />
345+
<ComponentRef Id="LOGO.PNG" />
346346
<ComponentRef Id="OPENING_TAILORING_FILE.PNG" />
347347
<ComponentRef Id="SAVE_AS_RPM_DIALOG.PNG" />
348348
<ComponentRef Id="SCANNING_REMOTE_MACHINE.PNG" />

0 commit comments

Comments
 (0)