Skip to content
New issue

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

question: how to disable universal packager script creation #1049

Closed
bharath12345 opened this issue Oct 22, 2017 · 1 comment
Closed

question: how to disable universal packager script creation #1049

bharath12345 opened this issue Oct 22, 2017 · 1 comment

Comments

@bharath12345
Copy link

bharath12345 commented Oct 22, 2017

Expected behaviour

Want to disable the unix/windows start scripts that are created by the universal packager (zip)

Actual behaviour

  • I tried setting executableScriptName := "" and executableScriptName := null but this did not help
  • I already have a src/universal/bin directory with multiple scripts that are required by my project

Information

  • 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

@bharath12345
Copy link
Author

Found it after reading the code!

makeBatScripts := Seq()
makeBashScripts := Seq()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant