muuki88 / sbt-native-packager-examples

A set of sbt-native-pakager examples
Apache License 2.0
236 stars 55 forks source link

Using variables in application.ini files #9

Open zergood opened 8 years ago

zergood commented 8 years ago

I am new to sbt-native-packager. I see examples in sbt-native-packager-examples with variables using in application.ini file (simple-web-example). Docs says:

This file currently doesn’t has any variable substitution. We recommend using the build.sbt if you need any information from your build. docs

I've tried to use application.ini with variables and it doesn't work variables are not substituted.