mirror of
https://github.com/reactos/wallpapers.git
synced 2024-11-23 04:09:39 +00:00
delete README.txt and fix make-zip.sh
This commit is contained in:
parent
9e835d694f
commit
58fc61a4fc
25
README.txt
25
README.txt
@ -1,25 +0,0 @@
|
|||||||
# wallpapers
|
|
||||||
|
|
||||||
This repository contains wallpapers for use in rapps.
|
|
||||||
|
|
||||||
You can download these wallpapers from the "ReactOS Standard Wallpapers" package in the ReactOS Applications Manager.
|
|
||||||
|
|
||||||
| File Name | Author | Origin |
|
|
||||||
|------------------------------------|-----------------------------------------------|------------------------------------------------------------|
|
|
||||||
| Angelus collection | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
|
|
||||||
| Angelus_02_ROSWP_4-3_1440x1080.jpg | See above | See above |
|
|
||||||
| Angelus_02_ROSWP_4-3_1024x768.jpg | See above | See above |
|
|
||||||
| 1920px_Polarlicht.jpg | Public domain | https://jira.reactos.org/browse/CORE-8446 and links inside |
|
|
||||||
| grass.jpg | See above | See above |
|
|
||||||
| clouds.jpg | Andreas Bjerkeholt (harteex@gmail.com) | https://reactos.org/forum/viewtopic.php?p=17732#p17732 |
|
|
||||||
| lake.jpg | Andreas Bjerkeholt (harteex@gmail.com) | https://reactos.org/forum/viewtopic.php?p=17732#p17732 |
|
|
||||||
| ReactOS_CirclesBlue_1.jpg | Forum user "henrytang5247" (Henry Tang) | https://reactos.org/forum/viewtopic.php?p=109529#p109529 |
|
|
||||||
| ReactOS_CirclesBlue_2.jpg | See above | See above |
|
|
||||||
| ReactOS_CirclesGold_1.jpg | See above | See above |
|
|
||||||
| ReactOS_CirclesGold_2.jpg | See above | See above |
|
|
||||||
| ReactOS_Hexagons.jpg | See above | https://reactos.org/forum/viewtopic.php?p=109866#p109866 |
|
|
||||||
| ReactOS_Mizu.png | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
|
|
||||||
| ReactOS_Mizu_4x3.png | See above | See above |
|
|
||||||
| ReactOS_Mizu_16x9_A.png | See above | See above |
|
|
||||||
| ReactOS_Mizu_16x9_B.png | See above | See above |
|
|
||||||
| Silhouette collection | Jake Collins (polar@ever3st.com) | https://ever3st.com/Graphics/Loot/ |
|
|
@ -28,6 +28,10 @@ fi
|
|||||||
|
|
||||||
WALLPAPERS_LIST=`ls **{,/**}/*.{jpg,png,tif,gif,bmp} 2> /dev/null`
|
WALLPAPERS_LIST=`ls **{,/**}/*.{jpg,png,tif,gif,bmp} 2> /dev/null`
|
||||||
|
|
||||||
zip -j "$ZIP_FILE" $WALLPAPERS_LIST README.txt LICENSE.txt
|
cp -f README.md /tmp/README.txt
|
||||||
|
|
||||||
|
zip -j "$ZIP_FILE" $WALLPAPERS_LIST /tmp/README.txt LICENSE.txt
|
||||||
|
|
||||||
|
rm /tmp/README.txt
|
||||||
|
|
||||||
cd "$OLD_DIR"
|
cd "$OLD_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user