File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
release/one_click_linux_gui Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Documentation Status] ( https://readthedocs.org/projects/alphapeptstats/badge/?version=latest )] ( https://alphapeptstats.readthedocs.io/en/latest/?badge=latest )
7
7
8
8
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 " >
10
10
11
11
12
12
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ conda deactivate
30
30
31
31
# Wrapping the pyinstaller folder in a .deb package
32
32
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
35
35
mkdir dist/alphastats_gui_installer_linux/DEBIAN
36
36
cp control dist/alphastats_gui_installer_linux/DEBIAN
37
37
dpkg-deb --build --root-owner-group dist/alphastats_gui_installer_linux/
You can’t perform that action at this time.
0 commit comments