-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
43 lines (34 loc) · 1.57 KB
/
.env
File metadata and controls
43 lines (34 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Tauri Vue3 App Environment Variables
# This file contains version and configuration used by build scripts
# Application Version (should match version in backend/Cargo.toml)
VERSION=3.4.0
# Application Information
APP_NAME=Drop Compress Image
VITE_APP_NAME=Drop Compress Image
APP_NAME_KEBAB=drop-compress-image
APP_IDENTIFIER=dev.logue.drop-compress-image
APP_DESCRIPTION=Drop Image Compress is a desktop application that converts images to WebP/Avif/JPEG XL format using drag-and-drop functionality. Built with Vite, Vue 3, TypeScript, and Tauri.
APP_SUMMARY=A desktop application that converts images to WebP/Avif/JPEG XL format using drag-and-drop functionality. Built with Vite, Vue 3, TypeScript, and Tauri.
# Author Information
AUTHOR_NAME=Logue
AUTHOR_EMAIL=logue@hotmail.co.jp
# GitHub Repository
GITHUB_USER=logue
GITHUB_REPO=DropWebP
# URLs
PROJECT_URL=https://github.com/logue/DropWebP
HOMEPAGE_URL=https://logue.dev/DropWebP
DOCS_URL=https://logue.dev/DropWebP
# Vite exposed variables (public environment variables)
VITE_PROJECT_SITE=https://github.com/logue/DropWebP
# Analytics
GOOGLE_ANALYTICS_ID=G-2Y2FW3QEG4
# Package Manager Settings
CHOCOLATEY_TAGS=application avif compress converter desktop image jpeg-xl jpeg jpeg2000 jpegli oxipng png tauri webp zopfli
HOMEBREW_DESC="Drop Image Compress is a desktop application that converts images to WebP/Avif/JPEG XL format using drag-and-drop functionality. Built with Vite, Vue 3, TypeScript, and Tauri."
# Docker Build Settings (optional)
# BUILD_CPUS=4
# BUILD_MEMORY=8g
# CARGO_BUILD_JOBS=4
# MAKEFLAGS=-j4
# INCLUDE_APPIMAGE=false