don't bother trying to make app name configurable actually
This commit is contained in:
parent
b84cb24ab9
commit
c41430bcdc
2 changed files with 3 additions and 5 deletions
|
@ -167,7 +167,7 @@ impl Uploader {
|
|||
let writer = super::zip::ZipGenerator::new(files, Box::new(writer));
|
||||
let size = writer.total_size();
|
||||
self.writer = Some(Box::new(writer));
|
||||
let download_filename = super::app_name()
|
||||
let download_filename = super::APP_NAME.to_owned()
|
||||
+ &now.format(FILENAME_DATE_FORMAT)?
|
||||
+ ".zip";
|
||||
let modtime = now;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue