-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
856 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ dist-*/** | |
i18n/*_zh_HK.ts | ||
i18n/*_zh_TW.ts | ||
*.bak | ||
building/macOS/scihubeva.rb | ||
building/Windows/scihubeva.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
APP_DIR=$(dirname $0) | ||
|
||
export LD_LIBRARY_PATH=${APP_DIR}:$LD_LIBRARY_PATH | ||
export LD_PRELOAD="/lib/x86_64-linux-gnu/libstdc++.so.6" | ||
|
||
${APP_DIR}/SciHubEVA |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
building/Linux/usr/share/applications/tech.leovan.SciHubEVA.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Sci-Hub EVA | ||
Comment=A cross-platform Sci-Hub GUI application powered by Python and Qt | ||
Categories=Utility; | ||
Icon=tech.leovan.SciHubEVA | ||
Exec=SciHubEVA | ||
Terminal=false |
34 changes: 34 additions & 0 deletions
34
building/Linux/usr/share/metainfo/tech.leovan.SciHubEVA.appdata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2018-2023 Leo Van --> | ||
<component type="desktop-application"> | ||
<id>tech.leovan.SciHubEVA</id> | ||
|
||
<name>Sci-Hub EVA</name> | ||
<summary>A cross-platform Sci-Hub GUI application powered by Python and Qt</summary> | ||
<summary xml:lang="zh">一个由 Python 和 Qt 驱动的跨平台的 Sci-Hub GUI 程序</summary> | ||
<developer_name>Leo Van</developer_name> | ||
<url type="homepage">https://github.com/leovan/SciHubEVA</url> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p> | ||
Sci-Hub EVA is a cross-platform Sci-Hub GUI application powered by Python and Qt. | ||
</p> | ||
<p xml:lang="zh"> | ||
Sci-Hub EVA 一个由 Python 和 Qt 驱动的跨平台的 Sci-Hub GUI 程序。 | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">tech.leovan.SciHubEVA.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/leovan/SciHubEVA/main/docs/images/scihub-eva-application-linux-en-light-theme.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/leovan/SciHubEVA/main/docs/images/scihub-eva-application-linux-en-dark-theme.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |
Oops, something went wrong.