Skip to content

Commit 1649831

Browse files
cleanup + update version
Signed-off-by: Nikita Skrynnik <[email protected]>
1 parent 22399ba commit 1649831

File tree

6 files changed

+5
-97
lines changed

6 files changed

+5
-97
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "huly-browser",
3-
"version": "0.4.0",
3+
"version": "0.4.2",
44
"description": "",
55
"type": "module",
66
"scripts": {

result

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

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "huly-browser"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
description = "Huly Browser"
55
authors = ["you"]
66
edition = "2024"

src-tauri/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const CEF_RESOURCE_PATH: &str = "cef";
1818

1919
fn main() {
2020
let cef_url = cef_url();
21-
println!("cargo:error=Downloading CEF from {cef_url}");
2221
if !compare_checksums(&cef_url).unwrap_or(false) {
22+
println!("cargo:error=Downloading CEF from {cef_url}");
2323
if let Err(e) = download_and_extract(CEF_RESOURCE_PATH, &cef_url) {
2424
println!("cargo:error=Error downloading and extracting CEF: {}", e);
2525
_ = fs::remove_dir_all(CEF_RESOURCE_PATH);

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Huly Browser",
4-
"version": "0.4.0",
4+
"version": "0.4.2",
55
"identifier": "huly-browser",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)