From 7e2af5edf34c71d3aeef2f9f4d07eb4511ee8c6d Mon Sep 17 00:00:00 2001 From: etrombly Date: Tue, 9 Jan 2018 21:46:47 -0600 Subject: [PATCH] fix type in package.sh --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index cc991a7..62eb87b 100755 --- a/package.sh +++ b/package.sh @@ -8,7 +8,7 @@ cp target/x86_64-pc-windows-gnu/release/*.exe package export DLLS=`peldd package/*.exe -t --ignore-errors` for DLL in $DLLS - do cp "$GTK_INSTALL_PATH/bin/$DLL" package + do cp "$DLL" package done mkdir -p package/share/{themes,gtk-3.0}