-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathruffle.ini
More file actions
39 lines (31 loc) · 746 Bytes
/
Copy pathruffle.ini
File metadata and controls
39 lines (31 loc) · 746 Bytes
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
[general]
repo = ruffle-rs/ruffle
download_prerelease = True
[linux]
regex = .*linux-x86_64\.tar\.gz
extract_path = ruffle-linux
delete_files = False
[macos]
regex = .*macos-universal\.tar\.gz
extract_path = ruffle-macos
delete_files = False
[win32]
regex = .*windows-x86_32\.zip
extract_path = ruffle-win32
delete_files = False
[win64]
regex = .*windows-x86_64\.zip
extract_path = ruffle-win64
delete_files = False
[selfhosted]
regex = .*web-selfhosted\.zip
extract_path = ruffle-selfhosted
delete_files = True
[chrome]
regex = .*web-extension\.zip
extract_path = ruffle-chrome
delete_files = True
[firefox]
regex = .*web-extension-firefox.*\.xpi
extract_path = ruffle-firefox
delete_files = False