xfuture 1.0.8 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,11 +5,9 @@
|
|
5
5
|
#
|
6
6
|
# Copyright © 2016年 Cenmrev. All rights reserved.
|
7
7
|
|
8
|
-
|
9
|
-
helper_path=$1
|
10
|
-
|
8
|
+
helper_path=`dirname "${BASH_SOURCE[0]}"`
|
11
9
|
sudo mkdir -p "/Library/Application Support/xFuture/"
|
12
|
-
sudo cp ${helper_path} "/Library/Application Support/xFuture/"
|
10
|
+
sudo cp "${helper_path}/xfuture_helper" "/Library/Application Support/xFuture/"
|
13
11
|
sudo chown root:admin "/Library/Application Support/xFuture/xfuture_helper"
|
14
12
|
sudo chmod +s "/Library/Application Support/xFuture/xfuture_helper"
|
15
13
|
|
package/package/mac/xFuture.node
CHANGED
Binary file
|
Binary file
|