File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 142
142
e . banner = `https://github.com/ChimeraOS/chimera/raw/master/${ e . banner } .png` ;
143
143
}
144
144
145
- // expand store property
146
- if ( e . platform === 'steam' && ! e . store ) {
145
+ // set store property
146
+ if ( e . platform === 'steam' ) {
147
147
e . store = `https://store.steampowered.com/app/${ e . id } ` ;
148
148
}
149
-
150
- // Humble Bundle ended their affiliate program
151
- //if (e.store && e.store.startsWith('humble:')) {
152
- // e.store = `https://www.humblebundle.com/store/${e.store.slice(7)}?partner=chimera`;
153
- //}
154
149
} ) ;
155
150
} ,
156
151
Original file line number Diff line number Diff line change @@ -109,15 +109,10 @@ function app() {
109
109
e.banner = `https://github.com/ChimeraOS/chimera/raw/master/${ e.banner} .png`;
110
110
}
111
111
112
- // expand store property
113
- if (e.platform === ' steam' && ! e.store ) {
112
+ // set store property
113
+ if (e.platform === ' steam' ) {
114
114
e.store = `https://store.steampowered.com/app/${ e.id} `;
115
115
}
116
-
117
- // Humble Bundle ended their affiliate program
118
- //if (e.store && e.store.startsWith(' humble:' )) {
119
- // e.store = `https://www.humblebundle.com/store/${ e.store.slice(7)} ?partner= chimera`;
120
- //}
121
116
} );
122
117
} ,
123
118
You can’t perform that action at this time.
0 commit comments