update copyright
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
Copyright 2019-2021 The Hush developers
|
Copyright 2019-2022 The Hush developers
|
||||||
Copyright 2018 adityapk
|
Copyright 2018 adityapk
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019-2021 The Hush Developers
|
# Copyright 2019-2022 The Hush Developers
|
||||||
# Released under the GPLv3
|
# Released under the GPLv3
|
||||||
|
|
||||||
UNAME=$(uname)
|
UNAME=$(uname)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019-2021 The Hush developers
|
# Copyright 2019-2022 The Hush developers
|
||||||
# Released under the GPLv3
|
# Released under the GPLv3
|
||||||
VERSION=1.0.18
|
VERSION=1.0.18
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019-2021 The Hush Developers
|
# Copyright 2019-2022 The Hush Developers
|
||||||
|
|
||||||
./build.sh && ./SilentDragonLite
|
./build.sh && ./SilentDragonLite
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019-2021 The Hush Developers
|
# Copyright 2019-2022 The Hush Developers
|
||||||
|
|
||||||
username=$(id -un)
|
username=$(id -un)
|
||||||
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019-2021 The Hush Developers
|
# Copyright 2019-2022 The Hush Developers
|
||||||
|
|
||||||
cd ../ && ./build.sh linguist && ./build.sh
|
cd ../ && ./build.sh linguist && ./build.sh
|
||||||
# should be better
|
# should be better
|
||||||
|
|||||||
Reference in New Issue
Block a user