forked from Blasphemer/blasphemer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFORK_Scripts.txt
25 lines (15 loc) · 886 Bytes
/
FORK_Scripts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
### Scripts ### - Cato
### Update Titlepic ###
# rm lumps/title.png && convert lumps/titlepic.png -pointsize 10 -gravity east -font NimbusRoman-Bold -fill white -draw "text 5,95 '2024 v 0.1.9-fork-002 '" lumps/title.png
### Prepare and Push Commit ###
# rm blasphem.zip && rm blasphdm.zip && make
# zip blasphem.zip blasphem.wad && zip blasphdm.zip blasphdm.wad && rm blasphem.wad && rm blasphdm.wad
# git add .
# git status
# git commit -m "Update Resource"
# git push -u origin master
### Dev, Release, and DM packaging ###
# cat FORK_Changelog.md README.md CONTRIBUTING.md COPYING.md CREDITS.md > wads/blasphem.txt && cp lumps/hehacked.lmp wads/
# 7za a blasphemer-fork-005-dev4.7z blasphem.wad blasphem.txt hehacked.lmp
# zip blasphemer-fork-005.zip blasphem.wad blasphem.txt hehacked.lmp
# 7za a blasphemer-fork-dm-005-dev3.7z blasphdm.wad blasphem.txt hehacked.lmp