corifeus-builder 2023.10.127 → 2023.10.129

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.
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  [![NPM](https://nodei.co/npm/corifeus-builder.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/corifeus-builder/)
12
12
  ---
13
- # 🏗️ Corifeus Builder v2023.10.127
13
+ # 🏗️ Corifeus Builder v2023.10.129
14
14
 
15
15
 
16
16
 
@@ -128,16 +128,11 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
128
128
 
129
129
  ---
130
130
 
131
- [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2023.10.127
131
+ [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2023.10.129
132
132
 
133
133
  [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
134
134
 
135
135
 
136
- ## P3X Sponsor
137
-
138
- [IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
139
-
140
- [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](https://www.jetbrains.com/?from=patrikx3)
141
136
 
142
137
 
143
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "corifeus-builder",
3
- "version": "2023.10.127",
3
+ "version": "2023.10.129",
4
4
  "corifeus": {
5
5
  "icon": "fas fa-gavel",
6
6
  "code": "Make",
@@ -50,7 +50,7 @@
50
50
  "mkdirp": "^3.0.1",
51
51
  "mocha": "^10.2.0",
52
52
  "mz": "^2.7.0",
53
- "npm": "^9.8.0",
53
+ "npm": "^9.8.1",
54
54
  "npm-check-updates": "^16.10.16",
55
55
  "should": "^13.2.3",
56
56
  "time-grunt": "^2.0.0",
package/src/replaces.js CHANGED
@@ -88,7 +88,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
88
88
  }
89
89
 
90
90
 
91
- let jetbrainsUrl = 'https://www.jetbrains.com/?from=patrikx3'
92
91
  const defaultFooter = {
93
92
  footer: true,
94
93
  replace: `
@@ -110,11 +109,6 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
110
109
  [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
111
110
 
112
111
 
113
- ## P3X Sponsor
114
-
115
- [IntelliJ - The most intelligent Java IDE](${jetbrainsUrl})
116
-
117
- [![JetBrains](https://cdn.corifeus.com/assets/svg/jetbrains-logo.svg)](${jetbrainsUrl})
118
112
 
119
113
 
120
114
  ${opencollectiveFooter}
@@ -12,7 +12,7 @@ module.exports = async function (context) {
12
12
  return
13
13
  }
14
14
 
15
- if (!context.artifactPaths[0].toLowerCase().endsWith('appimage')) {
15
+ if (!context.artifactPaths[0].toLowerCase().endsWith('appimage') && !context.artifactPaths[0].toLowerCase().endsWith('deb')) {
16
16
  return;
17
17
  }
18
18