Merge pull request #107 from Dragon8oy/master

Added pop.png as copy of pop-os.png
This commit is contained in:
Vince 2020-12-21 11:44:12 +08:00 committed by GitHub
commit 1074644978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -64,6 +64,7 @@ if [[ "$EXPORT_TYPE" == "icons" ]]; then
cp -a gnu-linux.png lfs.png
cp -a manjaro.png Manjaro.i686.png
cp -a manjaro.png Manjaro.x86_64.png
cp -a pop-os.png pop.png
cp -a driver.png memtest.png
fi
exit 0