Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
YoujiaZhang authored Dec 28, 2021
1 parent e4d03d2 commit 9dfa1ee
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 0 deletions.
Binary file added appimagetool-x86_64.AppImage
Binary file not shown.
Binary file added logo.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 navicat-keygen
Binary file not shown.
Binary file added navicat-patcher
Binary file not shown.
8 changes: 8 additions & 0 deletions navicat.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Name=navicat
Comment=navicat
Exec=/home/kaleo/navicat/navicat
Icon=/home/kaleo/navicat/logo.png
Type=Application
Terminal=false
X-Desktop-File-Install-Version=0.22
Binary file added replay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions update_navicat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# ******************************************************
# Author : kaleo
# Last modified: 2020-02-21 15:35
# Email : [email protected]
# Filename : update_navicat
# Description :
# ******************************************************
mv navicat navicat.old
wget http://download.navicat.com.cn/download/navicat15-mysql-cs.AppImage -O navicat
chmod +x navicat
rm navicat.old

0 comments on commit 9dfa1ee

Please sign in to comment.