Skip to content

Commit

Permalink
Disable opening up of terminals on chipmunk start via icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmesamster authored and DmitryAstafyev committed Feb 1, 2024
1 parent 02c5438 commit 4328456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "envvars"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
authors = ["[email protected]"]
description = "Getting environment variables considering shell configuration"
Expand Down
1 change: 1 addition & 0 deletions assets/extractor/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![windows_subsystem = "windows"]
//! # extractor
//!
//! `extractor` is a part of crate `envvars`. This mini-application is used to
Expand Down

0 comments on commit 4328456

Please sign in to comment.