Skip to content

Commit 3a3a17f

Browse files
committed
fix wrong file names
1 parent 65f886f commit 3a3a17f

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ displayname="Syno Edit"
33
version="0.0.7"
44
os_min_ver="7.0-4000"
55
description="A simple text editor GUI for Synology. JavaScript editor implemented using CodeMirror."
6-
arch="noarch"
6+
arch="apollolake avoton braswell broadwell broadwellnk bromolow cedarview denverton dockerx64 grantley kvmx64 x86 x64 x86_64"
77
maintainer="publicarray"
88
maintainer_url="https://github.com/publicarray/synoedit"
99
distributor="publicarray"
1010
distributor_url="https://github.com/publicarray/synoedit"
1111
support_url="https://github.com/publicarray/synoedit/issues/new"
1212
helpurl="https://github.com/publicarray/synoedit"
13-
checksum=""
13+
checksum="d3d96c714976f8d1d1d96434cfac9a04"
1414
dsmuidir="ui"
1515
dsmappname="SYNO.SDS.SynoEdit.Application"
1616
dsmapppage="SYNO.SDS.SynoEdit.Application"

package/src/synoedit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const (
3636
// DefaultLayoutFileName is the html template for the http repose
3737
DefaultLayoutFileName = "layout.html"
3838
// DefaultDatabaseSHA256Checksum is used to detect manipulation or corruption
39-
DefaultDatabaseSHA256Checksum = "35d42d39190d6521e43db5ddf21b0f9fd5b3072b8653aba8cb9123dd1faf0594"
39+
DefaultDatabaseSHA256Checksum = "2430c935b53b74871dd332a43221dd6d275f80d1f912c4563732a0226083df01"
4040
// DefaultConfigFileName = "synoedit.toml"
4141
)
4242

package/ui/database.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
files = [
1414
'dnscrypt-proxy.toml',
1515
'dnscrypt-proxy.log',
16-
'blocklist-names.txt',
17-
'blocklist-ips.txt',
16+
'blocked-names.txt',
17+
'blocked-ips.txt',
1818
'cloaking-rules.txt',
1919
'forwarding-rules.txt',
2020
'allowed-names.txt',
@@ -35,9 +35,8 @@ files = [
3535
exec = "python"
3636
# Arguments
3737
args = ["generate-domains-blocklist.py"]
38-
# Directory to change to before running the command
3938
# A file where the output is saved to. Must be a file from the previously set "files" option
40-
out-file = "blocklist.txt"
39+
out-file = "blocked-names.txt"
4140
# [app."dnscrypt-proxy".action]
4241
# button_label = "Check config file"
4342
# exec = "/var/packages/dnscrypt-proxy/target/bin/dnscrypt-proxy"

0 commit comments

Comments
 (0)