mirror of
https://github.com/yuzu-emu/ext-linux-bin.git
synced 2024-12-22 20:35:42 +00:00
gcc/deploy-linux: Mark deprecated
This commit is contained in:
parent
f059017c05
commit
71d2e2102d
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# !!! DEPRECATED !!!
|
||||||
|
#
|
||||||
# [DEPLOY_QT=1] deploy-linux.sh <executable>
|
# [DEPLOY_QT=1] deploy-linux.sh <executable>
|
||||||
# (Simplified) bash re-implementation of [linuxdeploy](https://github.com/linuxdeploy).
|
# (Simplified) bash re-implementation of [linuxdeploy](https://github.com/linuxdeploy).
|
||||||
# Reads [executable] and copies required libraries to [AppDir]/usr/lib
|
# Reads [executable] and copies required libraries to [AppDir]/usr/lib
|
||||||
|
|
Loading…
Reference in a new issue