Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/static/images/modaq-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions modaq-upload.desktop.template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Version=0.1
Version=0.2.1
Type=Application
Name=MODAQ Upload
Comment=MODAQ File Uploader
Exec=python3 {{PROJECT_DIR}}/launch.py
Icon={{PROJECT_DIR}}/app/static/images/nlr-logo@2x-01.png
Icon={{PROJECT_DIR}}/app/static/images/modaq-logo.png
Terminal=true
Categories=Science;Utility;
StartupNotify=true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "modaq-upload"
version = "0.2.0"
version = "0.2.1"
description = "Python/Flask web application for uploading MODAQ data to Amazon AWS S3 buckets"
requires-python = ">=3.11"
authors = [
Expand Down