Skip to content

Commit 3d0f139

Browse files
committed
Add TheLootBoxLogo icons
1 parent 135a3d0 commit 3d0f139

9 files changed

+11
-5
lines changed

CHANGELOG

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@
88

99
* Fixed path permission bug
1010

11-
## 0.2.2 ()
11+
## 0.2.2 (18 Jul 2023)
12+
13+
* Fixed particle effects
14+
* Fixed bugs related to an IndexError and form import
15+
* Removed loot bundles feature
16+
* Improved GUI
17+
* Added icons

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
[tool.briefcase]
33
project_name = "TheLootBoxWallet"
44
bundle = "com.thelootboxwallet"
5-
version = "0.2.1"
6-
url = ""
7-
license = ""
5+
version = "0.2.2"
6+
url = "https://thelootbox.xyz/"
7+
license = "MIT"
88
author = "Kyle Benac"
99
author_email = "hello@thelootbox.xyz"
1010

@@ -13,7 +13,7 @@ formal_name = "TheLootBoxWallet"
1313
description = "TheLootBoxWallet is a Ethereum wallet that runs locally on your desktop with a focus on privacy and security."
1414
long_description = """More details about the app should go here.
1515
"""
16-
icon = "resources/TheLootBoxLogo"
16+
icon = "src/TheLootBoxWallet/resources/TheLootBoxLogo"
1717
sources = [
1818
"src/TheLootBoxWallet",
1919
]
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.

0 commit comments

Comments
 (0)