-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDioxus.toml
More file actions
60 lines (50 loc) · 1.41 KB
/
Copy pathDioxus.toml
File metadata and controls
60 lines (50 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[application]
name = "nomnom"
default_platform = "desktop"
out_dir = "dist"
asset_dir = "assets"
[web.app]
title = "nomnom"
[web.watcher]
reload_html = true
watch_path = ["src", "assets"]
[web.resource]
style = []
script = []
[web.resource.dev]
style = []
script = []
[desktop]
[bundle]
# crate name on crates.io is "nomnom-app"; the app displayed to users is "nomnom"
name = "nomnom"
identifier = "com.nomnom.app"
publisher = "seyallius"
copyright = "Copyright (c) 2025 nomnom contributors"
category = "Utility"
short_description = "A native yt-dlp GUI — gib me URLs"
long_description = """
nomnom is a fast, native desktop GUI for yt-dlp.
Download videos, audio, playlists, and entire channels
with a single click, complete with metadata, thumbnails, chapters, and subtitles.
"""
targets = ["deb", "appimage", "msi", "dmg"]
# Icon files — place your icon at these paths inside /assets/
# Generate all sizes with: dx bundle --release (auto-generates from the 512px source)
icon = [
"assets/icons/32x32.png",
"assets/icons/128x128.png",
"assets/icons/128x128@2x.png",
"assets/icons/icon.icns", # macOS
"assets/icons/icon.ico", # Windows
]
# Minimum OS versions
[bundle.linux]
depends = ["yt-dlp"]
deb = { }
appimage = { }
rpm = { }
[bundle.windows]
wix = { } # use default WiX config; set `wix.language` for localization
[bundle.macos]
minimum_system_version = "10.15" # Catalina (WebKit2 requirement)