Skip to content

Commit 36f1c34

Browse files
authored
Merge pull request #3 from katahiromz/wallpapers-script
Respect the original directory structure and automate the zip file creation. https://jira.reactos.org/browse/CORE-19617 - Make some folders. - Move image files. - Add make-zip.sh bash script. - Add LICENSE.txt files. - Revive some files.
2 parents 7f346ee + 58fc61a commit 36f1c34

File tree

106 files changed

+635
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+635
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
output/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Angelus/Bliss/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus.06_ROS.Bliss.v2_16-9.jpg DESTINATION reactos/Web/Wallpaper FOR all)
2+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus.06_ROS.Bliss.v2_4-3.jpg DESTINATION reactos/Web/Wallpaper FOR all)
3+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus.06_ROS.Bliss_16-9_1365x768.jpg DESTINATION reactos/Web/Wallpaper FOR all)
4+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Angelus.06_ROS.Bliss_4-3_1024x768.jpg DESTINATION reactos/Web/Wallpaper FOR all)
5+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/CristalROS.Bliss.16x10.jpg DESTINATION reactos/Web/Wallpaper FOR all)
6+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/CristalROS.Bliss.16x9.jpg DESTINATION reactos/Web/Wallpaper FOR all)
7+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/CristalROS.Bliss.4x3.jpg DESTINATION reactos/Web/Wallpaper FOR all)
8+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Dream.Bliss.16x10.jpg DESTINATION reactos/Web/Wallpaper FOR all)
9+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Dream.Bliss.16x9.jpg DESTINATION reactos/Web/Wallpaper FOR all)
10+
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Dream.Bliss.4x3.jpg DESTINATION reactos/Web/Wallpaper FOR all)

0 commit comments

Comments
 (0)