We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./AppDir/bin
1 parent 9ffc2db commit cb8109dCopy full SHA for cb8109d
useful-tools/quick-sharun.sh
@@ -1179,9 +1179,10 @@ _patch_away_usr_share_dir() {
1179
}
1180
1181
_make_static_bin() (
1182
+ DST_DIR="$APPDIR"/bin
1183
while :; do case "$1" in
1184
--dst-dir)
- export DST_DIR="$2"
1185
+ DST_DIR="$2"
1186
shift
1187
;;
1188
-*)
@@ -1203,6 +1204,7 @@ _make_static_bin() (
1203
1204
IFS=$_IFS
1205
_echo "------------------------------------------------------------"
1206
mkdir -p "$DST_DIR"
1207
+ export DST_DIR
1208
for b do
1209
_echo "Packing $b as a static binary..."
1210
$XVFB_CMD "$TMPDIR"/sharun-aio l \
0 commit comments