File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11name = " Developer's Toolkit"
22author = " JosTheDude"
3- version = " 1.2.0 "
3+ version = " 1.2.1 "
44pack-format = " packwiz:1.1.0"
55
66[index ]
Original file line number Diff line number Diff line change 22# Description: Exports each directory using packwiz and saves the exports to ./exports/
33
44$exportsDir = Join-Path (Get-Location ) " exports"
5- $version = " 1.2.0 "
5+ $version = " 1.2.1 "
66
77# Create the exports directory if it doesn't exist
88if (-not (Test-Path - Path $exportsDir )) {
Original file line number Diff line number Diff line change 55# Usage: Run this script inside the Packwiz folder to export all versions in the folder
66
77EXPORTS_DIR=" $( pwd) /exports"
8- VERSION=" 1.2.0 "
8+ VERSION=" 1.2.1 "
99
1010# In case directory does not exist
1111mkdir -p " $EXPORTS_DIR " || { echo " Failed to create $EXPORTS_DIR " ; exit 1; }
You can’t perform that action at this time.
0 commit comments