Include logo in updater now that it is themeable. (thanks RN!)
This commit is contained in:
@ -419,19 +419,19 @@
|
|||||||
</copy>
|
</copy>
|
||||||
<!-- make a "classic" theme -->
|
<!-- make a "classic" theme -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/classic/" >
|
<copy todir="pkg-temp/docs/themes/console/classic/" >
|
||||||
<fileset dir="installer/resources/themes/console/classic/" excludes="**/i2plogo.png" />
|
<fileset dir="installer/resources/themes/console/classic/" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Add dark theme -->
|
<!-- Add dark theme -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/dark/" >
|
<copy todir="pkg-temp/docs/themes/console/dark/" >
|
||||||
<fileset dir="installer/resources/themes/console/dark/" excludes="**/i2plogo.png" />
|
<fileset dir="installer/resources/themes/console/dark/" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Add light theme -->
|
<!-- Add light theme -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/light/" >
|
<copy todir="pkg-temp/docs/themes/console/light/" >
|
||||||
<fileset dir="installer/resources/themes/console/light/" excludes="**/i2plogo.png" />
|
<fileset dir="installer/resources/themes/console/light/" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Add midnight theme -->
|
<!-- Add midnight theme -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/midnight/" >
|
<copy todir="pkg-temp/docs/themes/console/midnight/" >
|
||||||
<fileset dir="installer/resources/themes/console/midnight/" excludes="**/i2plogo.png" />
|
<fileset dir="installer/resources/themes/console/midnight/" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- Add shared images.. these are subject to flux and change! -->
|
<!-- Add shared images.. these are subject to flux and change! -->
|
||||||
<copy todir="pkg-temp/docs/themes/console/images/" >
|
<copy todir="pkg-temp/docs/themes/console/images/" >
|
||||||
|
Reference in New Issue
Block a user