File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44* .html
55
66* .swp
7+
8+ .DS_Store
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ function package_linux_version() {
6565 OUTPUT_PATH=build
6666 RESOURCES_PATH=$OUTPUT_PATH /shared
6767 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/
6969 cp linux/pharo-launcher-ui $OUTPUT_PATH /
7070 cp scripts/pharo-launcher.sh $OUTPUT_PATH /pharo-launcher
7171 mkdir $RESOURCES_PATH
@@ -74,7 +74,7 @@ function package_linux_version() {
7474 cp PharoLauncher.image $RESOURCES_PATH
7575 cp PharoLauncher.changes $RESOURCES_PATH
7676 cp Pharo* .sources $RESOURCES_PATH
77- fetch_current_vm_to $( pwd ) / $RESOURCES_PATH
77+ fetch_current_vm_to $OUTPUT_PATH
7878 # ensure the linux scripts are executable
7979 chmod +x " $OUTPUT_PATH /pharo-launcher" " $OUTPUT_PATH /pharo-launcher-ui" || true
8080}
You can’t perform that action at this time.
0 commit comments