Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
[+] add windows platform info
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Jan 23, 2024
1 parent 2017ec2 commit 61a7dae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vtbox/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub static VERSION: &str = "v0.0.2";
pub static VERSION: &str = "v0.0.3";
Binary file modified vtbox/ui/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified win/icon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions win/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
#define VERSION_H

#define PRODUCT_ICON "icon.ico" // 图标
#define PRODUCT_NAME "bitbox" // 产品名称
#define PRODUCT_NAME "vtbox" // 产品名称

#define FILE_VERSION 0,1,0 // 文件版本
#define FILE_VERSION_STR "0.1.0"
#define PRODUCT_VERSION 0,1,0 // 产品版本
#define PRODUCT_VERSION_STR "0.1.0"
#define COMPANY_NAME "Heng30"
#define INTERNAL_NAME "bitbox.exe"
#define FILE_DESCRIPTION "bitbox is a light bitoin wallet" // 文件说明
#define INTERNAL_NAME "vtbox.exe"
#define FILE_DESCRIPTION "vtbox is a voice to text transcribed tool" // 文件说明
#define LEGAL_COPYRIGHT "Copyright 2023-2033 The Heng30 Company Ltd. All rights reserved." // 版权
#define ORIGINAL_FILE_NAME "bitbox.exe" // 原始文件名
#define ORIGINAL_FILE_NAME "vtbox.exe" // 原始文件名
#define ORGANIZATION_DOMAIN "https://heng30.xyz" // 域名

#endif // VERSION_H

0 comments on commit 61a7dae

Please sign in to comment.