Skip to content

Commit 8587ac4

Browse files
committed
Remove downloadURL and updateURL
1 parent 4bc29b1 commit 8587ac4

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
- name: Apply Environment Variables
3939
run: |
4040
for file in *.js; do
41-
sed -i "s/%DOWNLOAD_URL%/https:\/\/github.com\/${{ env.GITHUB_ACTION_REPOSITORY }}\/releases\/latest\/download\/$file/g" "$file"
4241
sed -i "s/%RELEASE_TYPE%/${{ env.RELEASE_TYPE }}/g" "$file"
4342
done
4443
- name: Rename Files to UserScript

src/EGO Forum Enhancement.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// ==UserScript==
22
// @name EdgeGamers Forum Enhancement%RELEASE_TYPE%
33
// @namespace https://github.com/blankdvth/eGOScripts/blob/master/src/EGO%20Forum%20Enhancement.ts
4-
// @downloadURL %DOWNLOAD_URL%
5-
// @updateURL %DOWNLOAD_URL%
64
// @version 4.7.1
75
// @description Add various enhancements & QOL additions to the EdgeGamers Forums that are beneficial for Leadership members.
86
// @author blank_dvth, Skle, MSWS

src/EGO MAUL Enhancement.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// ==UserScript==
22
// @name EdgeGamers MAUL Enhancement%RELEASE_TYPE%
33
// @namespace https://github.com/blankdvth/eGOScripts/blob/master/src/EGO%20MAUL%20Enhancement.ts
4-
// @downloadURL %DOWNLOAD_URL%
5-
// @updateURL %DOWNLOAD_URL%
64
// @version 4.6.1
75
// @description Add various enhancements & QOL additions to the EdgeGamers MAUL page that are beneficial for CS Leadership members.
86
// @author blank_dvth, Left, Skle, MSWS, PixeL

0 commit comments

Comments
 (0)