View Single Post
02-14-20, 06:00 PM   #69
nebula
A Deviate Faerie Dragon
 
nebula's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2007
Posts: 16
Originally Posted by yess View Post
How do I make and additional classic release?

Can I just add add asecond script line like this?:

script: curl -s https://raw.githubusercontent.com/Bi...ter/release.sh | bash
script: curl -s https://raw.githubusercontent.com/Bi...ter/release.sh -g 1.13.3 | bash
To add another script entry you need to make it a list and to build classic you'd need to fix the args, so you'd end up with

Code:
script:
  - curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
  - curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.3
Although you might want to flip the build order so the retail version is shown in the big "Main File" box on the CurseForge files page. (#justnitpickythings)

Originally Posted by yess View Post
Together with the tags for the toc:
Yea, that is correct (looks a bit awkward, I know)

Last edited by nebula : 02-14-20 at 06:14 PM.
  Reply With Quote