mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 04:25:55 +08:00
Rearranged comments and added guard to ensure only one parameter is given.
This commit is contained in:
parent
58932ebc5e
commit
1b89084f33
@ -1,10 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Assembles an installation bundle from a built copy of Slic3r.
|
||||
# Required environment variables:
|
||||
# Requires PAR::Packer to be installed for the version of
|
||||
# perl copied.
|
||||
# Adapted from script written by bubnikv for Prusa3D.
|
||||
# Required environment variables:
|
||||
# SLIC3R_VERSION - x.x.x format
|
||||
|
||||
if [ "$#" -ne 1 ]; then
|
||||
echo "Usage: $(basename $0) dmg_name"
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
WD=$(dirname $0)
|
||||
# Determine if this is a tagged (release) commit.
|
||||
# Change the build id accordingly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user