Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roman Haefeli
netpd-app-builder
Commits
508ec401
Commit
508ec401
authored
Jun 07, 2020
by
Roman Haefeli
Browse files
force-create link to overwrite existing link
parent
b3f3d488
Changes
2
Show whitespace changes
Inline
Side-by-side
build_macos.sh
View file @
508ec401
...
...
@@ -96,5 +96,5 @@ function fail {
rm
-r
"
${
work_dir
}
"
"
${
app_name
}
-
${
app_version
}
_macos_
${
package_version
}
.dmg"
||
fail
# create short cut
ssh all@netpd.org
ln
-s
"
${
app_name
}
-
${
app_version
}
_macos_
${
package_version
}
.dmg"
"public_html/software/
${
app_name
}
-
${
app_version
}
_macos.dmg"
||
fail
ssh all@netpd.org
ln
-f
-s
"
${
app_name
}
-
${
app_version
}
_macos_
${
package_version
}
.dmg"
"public_html/software/
${
app_name
}
-
${
app_version
}
_macos.dmg"
||
fail
)
build_windows.sh
View file @
508ec401
...
...
@@ -91,5 +91,5 @@ function fail {
rm
-rf
"
${
work_dir
}
"
"
${
app_name
}
-
${
app_version
}
_windows_
${
package_version
}
.zip"
# create shortcut to latest
ssh all@netpd.org
ln
-s
"
${
app_name
}
-
${
app_version
}
_windows_
${
package_version
}
.zip"
"public_html/software/
${
app_name
}
-
${
app_version
}
_windows.zip"
||
fail
ssh all@netpd.org
ln
-f
-s
"
${
app_name
}
-
${
app_version
}
_windows_
${
package_version
}
.zip"
"public_html/software/
${
app_name
}
-
${
app_version
}
_windows.zip"
||
fail
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment