File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
* .html
5
5
6
6
* .swp
7
+
8
+ .DS_Store
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function package_linux_version() {
65
65
OUTPUT_PATH=build
66
66
RESOURCES_PATH=$OUTPUT_PATH /shared
67
67
rm -f $OUTPUT_PATH ; mkdir $OUTPUT_PATH
68
- mkdir $OUTPUT_PATH /icons; cp icons/pharo-launcher.png $OUTPUT_PATH /
68
+ mkdir $OUTPUT_PATH /icons; cp icons/pharo-launcher.png $OUTPUT_PATH /icons/
69
69
cp linux/pharo-launcher-ui $OUTPUT_PATH /
70
70
cp scripts/pharo-launcher.sh $OUTPUT_PATH /pharo-launcher
71
71
mkdir $RESOURCES_PATH
@@ -74,7 +74,7 @@ function package_linux_version() {
74
74
cp PharoLauncher.image $RESOURCES_PATH
75
75
cp PharoLauncher.changes $RESOURCES_PATH
76
76
cp Pharo* .sources $RESOURCES_PATH
77
- fetch_current_vm_to $( pwd ) / $RESOURCES_PATH
77
+ fetch_current_vm_to $OUTPUT_PATH
78
78
# ensure the linux scripts are executable
79
79
chmod +x " $OUTPUT_PATH /pharo-launcher" " $OUTPUT_PATH /pharo-launcher-ui" || true
80
80
}
You can’t perform that action at this time.
0 commit comments