We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to disable the unix/windows start scripts that are created by the universal packager (zip)
executableScriptName := ""
executableScriptName := null
src/universal/bin
What sbt-native-packager are you using 1.2.2
What sbt version 1.0.2
What is your build system (e.g. Ubuntu, MacOS, Windows, Debian ) MacOS
What package are you building (e.g. docker, rpm, ...) ZIP
What is your target system (e.g. Ubuntu 16.04, CentOS 7) CentOS 6 and 7
The text was updated successfully, but these errors were encountered:
Found it after reading the code!
makeBatScripts := Seq() makeBashScripts := Seq()
makeBatScripts := Seq()
makeBashScripts := Seq()
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
Want to disable the unix/windows start scripts that are created by the universal packager (zip)
Actual behaviour
executableScriptName := ""
andexecutableScriptName := null
but this did not helpsrc/universal/bin
directory with multiple scripts that are required by my projectInformation
What sbt-native-packager are you using
1.2.2
What sbt version
1.0.2
What is your build system (e.g. Ubuntu, MacOS, Windows, Debian )
MacOS
What package are you building (e.g. docker, rpm, ...)
ZIP
What is your target system (e.g. Ubuntu 16.04, CentOS 7)
CentOS 6 and 7
The text was updated successfully, but these errors were encountered: