Skip to content

Commit

Permalink
[bug] Fix button open documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Zarubin committed Oct 31, 2024
1 parent a9f1282 commit aa53bc7
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### Subscribe and like!

[![Version](https://img.shields.io/badge/deb_package-0.0.6-blue)](https://github.com/keygenqt/aurora-toolbox/releases)
[![Version](https://img.shields.io/badge/deb_package-0.0.7-blue)](https://github.com/keygenqt/aurora-toolbox/releases)

![Preview](https://raw.githubusercontent.com/keygenqt/aurora-toolbox/refs/heads/main/files/images/preview.png)
![Preview](https://raw.githubusercontent.com/keygenqt/aurora-toolbox/refs/heads/main/files/images/preview_telegram.png)

[![picture](https://github.com/keygenqt/aurora-toolbox/blob/main/files/images/more.png?raw=true)](https://keygenqt.github.io/aurora-toolbox/)

Expand Down
2 changes: 1 addition & 1 deletion data/ui/dialogs/AboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="presentation-mode">floating</property>
<property name="application-icon">com.keygenqt.aurora-toolbox</property>
<property name="application-name" translatable="yes">Aurora Toolbox</property>
<property name="version">0.0.6</property>
<property name="version">0.0.7</property>
<property name="copyright">© 2024 KeyGenQt</property>
<property name="issue_url">https://github.com/keygenqt/aurora-toolbox/issues</property>
<property name="developer-name" translatable="yes">Vitaliy Zarubin</property>
Expand Down
Binary file added docs/assets/images/preview_telegram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ hide:
#### Install

```shell
sudo dpkg -i aurora-toolbox_0.0.6-1_amd64.deb
sudo dpkg -i aurora-toolbox_0.0.7-1_amd64.deb
```

#### Install dependency
#### Update/Install dependency

```shell
sudo apt update
sudo apt install -f
```

Expand Down
2 changes: 1 addition & 1 deletion docs/tools.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<picture>
![picture](images/preview.jpg)
![picture](images/preview_telegram.jpg)
</picture>

!!! info
Expand Down
Binary file added files/images/preview_github.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 added files/images/preview_hd.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 added files/images/preview_telegram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Define our project
project(
'aurora-toolbox',
version: '0.0.6',
version: '0.0.7',
license: ['Apache 2.0'],
meson_version: '>= 0.59.0',
default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'cpp_eh=none',
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ dpkg -x $FOLDER/$DEB_FOLDER.deb $FOLDER/$DEB_FOLDER

# Install / Remove
sudo dpkg -r com.keygenqt.aurora-toolbox
sudo dpkg -i release/aurora-toolbox_0.0.6-1_amd64.deb
sudo dpkg -i release/aurora-toolbox_0.0.7-1_amd64.deb
2 changes: 1 addition & 1 deletion src/feature/pages/welcome/elements/WelcomeNotFound.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const WelcomeNotFound = GObject.registerClass({
this._IdUbuntuGroup.visible = false;
this._IdLinuxGroup.visible = true;
this._IdLinuxBtn.connect('clicked', () => {
Helper.uriLaunch(this.get_native(), AppConstants.AppCLI.documentationInstall);
Helper.uriLaunch(this.get_native(), AppConstants.AppCLI.docInstall);
});
}
}
Expand Down

0 comments on commit aa53bc7

Please sign in to comment.