Skip to content

Commit c2e8dc0

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 9dc8f7b commit c2e8dc0

4 files changed

Lines changed: 6 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "validflow",
3-
"version": "1.0.11",
3+
"version": "1.0.0",
44
"description": "ValidFlow is a desktop software that automatically helps it's user to arrange their'files, folders and documents.",
55
"main": "index.js",
66
"scripts": {
394 KB
Binary file not shown.

validflow-frontend/src-tauri/tauri.conf.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
},
2323
"bundle": {
2424
"active": true,
25-
"icon": ["icons/validflow.ico", "icons/validflow.png"],
25+
"icon": [
26+
"icons/validflow.icns",
27+
"icons/validflow.ico",
28+
"icons/validflow.png"
29+
],
2630
"resources": [],
2731
"externalBin": ["bin/start"],
2832
"macOS": {

0 commit comments

Comments
 (0)