Skip to content

Commit 5f0ba02

Browse files
committed
high resolution
1 parent 41c26fc commit 5f0ba02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Documentation Status](https://readthedocs.org/projects/alphapeptstats/badge/?version=latest)](https://alphapeptstats.readthedocs.io/en/latest/?badge=latest)
77

88

9-
![]("https://github.com/MannLabs/alphapeptstats/blob/main/alphastats/misc/alphastats_workflow.png?raw=true")
9+
<img src="https://github.com/MannLabs/alphapeptstats/blob/main/misc/alphastats_workflow.png?raw=true" width="964.25" height="486.5">
1010

1111

1212

misc/alphastats_workflow.png

888 KB
Loading

release/one_click_linux_gui/create_installer_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ conda deactivate
3030

3131
# Wrapping the pyinstaller folder in a .deb package
3232
mkdir -p dist/alphastats_gui_installer_linux/usr/local/bin/alphastats
33-
ls
34-
mv /dist/alphastats /alphastats_gui_installer_linux/usr/local/bin/alphastats
33+
ls dist
34+
mv dist/alphastats /alphastats_gui_installer_linux/usr/local/bin/alphastats
3535
mkdir dist/alphastats_gui_installer_linux/DEBIAN
3636
cp control dist/alphastats_gui_installer_linux/DEBIAN
3737
dpkg-deb --build --root-owner-group dist/alphastats_gui_installer_linux/

0 commit comments

Comments
 (0)