Skip to content

Commit 5729a42

Browse files
committed
scoop manifest and hot fix
1 parent b71c34a commit 5729a42

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ENGLISH | [TURKISH](/README_TR.md)
44

5-
Most lightweight app to make custom Discord "Playing" statuses :P
5+
Most lightweight app to make custom Discord "Playing" statuses!
66

77
[![BUILD: Windows](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml/badge.svg)](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml)
88
[![BUILD: Linux](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml/badge.svg)](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml)

README_TR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[İNGİLİZCE](/README.md) | TÜRKÇE
44

5-
Özel Discord "Oynuyor" durumu yapmak için en hafif uygulama :P
5+
Özel Discord "Oynuyor" durumu yapmak için en hafif uygulama!
66

77
[![BUILD: Windows](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml/badge.svg)](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml)
88
[![BUILD: Linux](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml/badge.svg)](https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml)

config.go

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@ var (
2424
}{
2525
AppID: "830041049794609152",
2626
DateNow: time.Now(),
27-
RPC: client.Activity{
28-
Details: "Playing with RPC",
29-
State: "Players: ",
30-
LargeImage: "discord-logo",
31-
LargeText: "This is a Discord Logo",
32-
SmallImage: "discord-logo",
33-
SmallText: "Also, this is a Discord Logo",
34-
Party: &client.Party{
35-
ID: "343434343434343434",
36-
Players: 1,
37-
MaxPlayers: 100,
38-
},
39-
Timestamps: &client.Timestamps{},
40-
Buttons: []*client.Button{
41-
{
42-
Label: "Project Page",
43-
Url: "https://github.com/omerakgoz34/Discord-RPC-Tray",
44-
},
45-
{
46-
Label: "Created by omerakgoz34",
47-
Url: "https://twitter.com/omerakgoz34",
48-
},
49-
},
50-
},
5127
}
5228
ConfigSample = struct {
5329
AppID string `json:"AppID"`

discord-rpc-tray.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "Most lightweight app to make custom Discord \"Playing\" statuses :P",
4+
"homepage": "https://github.com/omerakgoz34/Discord-RPC-Tray",
5+
"license": "GPL-3.0-only",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/omerakgoz34/Discord-RPC-Tray/releases/download/v1.0.0/Discord-RPC-Tray_v1.0.0_windows64.zip",
9+
"hash": "7ccf9365edc626beb63e599bdaeaae00fc3dc221375be9da2c4033fafe1bbeff"
10+
}
11+
},
12+
"bin": "Discord-RPC-Tray.exe",
13+
"shortcuts": [
14+
[
15+
"Discord-RPC-Tray.exe",
16+
"Discord RPC Tray"
17+
]
18+
],
19+
"checkver": "github",
20+
"autoupdate": {
21+
"architecture": {
22+
"64bit": {
23+
"url": "https://github.com/omerakgoz34/Discord-RPC-Tray/releases/download/v$version/Discord-RPC-Tray_v$version_windows64.zip"
24+
}
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)