You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**APP_NAME**|`APP`| The short name of the application.|
30
+
|**APP_DIR**|`.APP`| The installation directory name of the application.|
31
+
|**DOWNLOAD_URL**|`https://example.com/...`| The direct download URL for the release archive (.tgz for Bash, .zip or .tgz for Batch). |
32
32
33
33
### **2\. Overridable Variables**
34
34
@@ -66,7 +66,7 @@ UPDATE_PERIOD=7
66
66
67
67
## **Usage**
68
68
69
-
1.**Configure:** Edit the `NAME` and `RELEASE_URL` variables (and possibly `APP_DIR` if you want a different name than the default) at the top of both scripts (`APPw` and `APPw.bat`).
69
+
1.**Configure:** Edit the `NAME` and `DOWNLOAD_URL` variables (and possibly `APP_DIR` if you want a different name than the default) at the top of both scripts (`APPw` and `APPw.bat`).
70
70
2.**Rename:** Rename the scripts to match your application's name. Common usage is to have the name of the scripts end in the letter “w” to indicate they are “wrapper” scripts (e.g., if `APP_NAME=foo`, rename to `foow` and `foow.bat`).
71
71
3.**Execute:** Place the scripts in a directory where you want the command to be available and run it:
0 commit comments