mk: Cleanup version handling and add support for nightly dists
This commit is contained in:
parent
669a0554da
commit
44842db533
3 changed files with 47 additions and 29 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#define CFG_VERSION_WIN GetEnv("CFG_VERSION_WIN")
|
||||
#define CFG_RELEASE GetEnv("CFG_RELEASE")
|
||||
#define CFG_PACKAGE_NAME GetEnv("CFG_PACKAGE_NAME")
|
||||
|
||||
[Setup]
|
||||
|
||||
|
|
@ -19,7 +20,7 @@ DisableStartupPrompt=true
|
|||
|
||||
OutputDir=.\
|
||||
SourceDir=.\
|
||||
OutputBaseFilename=rust-{#CFG_RELEASE}-install
|
||||
OutputBaseFilename={#CFG_PACKAGE_NAME}-install
|
||||
DefaultDirName={pf32}\Rust
|
||||
|
||||
Compression=lzma2/ultra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue