chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ad10a
)
Copy the engine.
author
daid303
<daid303@gmail.com>
Mon, 15 Apr 2013 14:08:56 +0000
(16:08 +0200)
committer
daid303
<daid303@gmail.com>
Mon, 15 Apr 2013 14:08:56 +0000
(16:08 +0200)
package.sh
patch
|
blob
|
history
diff --git
a/package.sh
b/package.sh
index e92938b317a01b4970a7655bc13f5917913c45e6..93d442d960ebae58bf03574c939a6f2dcede365f 100755
(executable)
--- a/
package.sh
+++ b/
package.sh
@@
-245,6
+245,7
@@
echo $BUILD_NAME > ${TARGET_DIR}/Cura/version
#add script files
if [ $BUILD_TARGET = "win32" ]; then
cp -a scripts/${BUILD_TARGET}/*.bat $TARGET_DIR/
+ cp SteamEngine.exe $TARGET_DIR
else
cp -a scripts/${BUILD_TARGET}/*.sh $TARGET_DIR/
fi