Compare commits
No commits in common. "dfe94db1d3c62a0ca24083aa137538ee83716b79" and "ea35bfa0653a0940d9a32cb96ba2efbc08509900" have entirely different histories.
dfe94db1d3
...
ea35bfa065
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "multi-hoster-uploader",
|
"name": "multi-hoster-uploader",
|
||||||
"version": "1.9.1",
|
"version": "1.9.0",
|
||||||
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
"description": "Upload files to doodstream, voe, vidmoly, byse simultaneously",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@ -3,7 +3,7 @@ const path = require("path");
|
|||||||
module.exports = async function afterPack(context) {
|
module.exports = async function afterPack(context) {
|
||||||
let rcedit;
|
let rcedit;
|
||||||
try {
|
try {
|
||||||
rcedit = require("rcedit");
|
rcedit = require("rcedit").rcedit;
|
||||||
} catch {
|
} catch {
|
||||||
console.warn(" rcedit: skipped - rcedit not installed");
|
console.warn(" rcedit: skipped - rcedit not installed");
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user