Skip to content

Commit 358c25f

Browse files
committed
improve roswallp-sample.txt
1 parent 3cc0e8b commit 358c25f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ If any changes are made to the `wallpapers` repository, then the wallpaper manag
4343
3. Run `./make-zip.sh` on the latest `wallpapers` local repository.
4444
4. The file `output/wallpapers.zip` will be generated.
4545
5. Release the new `wallpapers.zip` on the `reactos/wallpapers` `Releases` page ( https://github.com/reactos/wallpapers/releases ) with a new version tag (`v???`).
46-
6. Update the data file `roswallp.txt` on `reactos/rapps-db` by comparing it with this repository's [`roswallp-sample.txt`](roswallp-sample.txt) and checking the file size of the new `wallpapers.zip`.
46+
6. Update the data file `roswallp.txt` on `reactos/rapps-db` by comparing it with this repository's [`roswallp-sample.txt`](roswallp-sample.txt) (See `TODO:` parts).

roswallp-sample.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[Section]
22
Name = ReactOS Standard Wallpapers
3-
Version = ???
3+
Version = (TODO: Version number in digits only)
44
License = CC BY
55
Description = The standard wallpaper collection for ReactOS
66
Category = 16
77
URLSite = https://github.com/reactos/wallpapers/
8-
URLDownload = https://github.com/reactos/wallpapers/releases/download/???/wallpapers.zip
8+
URLDownload = https://github.com/reactos/wallpapers/releases/download/v(TODO: Version number)/wallpapers.zip
99
Installer = Generate
10-
SizeBytes = ???
10+
SizeBytes = (TODO: File size in digits only)
1111

1212
[Generate]
1313
Files = *

0 commit comments

Comments
 (0)