Replies: 3 comments
-
|
Whats the purpose? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Do you mean that the version should be dynamically obtained during the build process? You can use a .sh file to obtain the version and then concatenate the required parameters. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi,
Yes thats ok for a sh or cmd/ps1 file under Windows.
I was just trying to find another way to have my app version at only one place for my python code (show version in title bar), for flet build (in toml) and finally in my setup script (ex iss inno setup).
Best regards
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to use:
[project]
dynamic = ["version"]
...
in toml file ?
If yes may I find an example somewhere ?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions