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
@@ -69,7 +88,7 @@ gulp.task("icon", function (cb) {
69
88
console.log("\nUsing this file to create a base64 string: "+gutil.colors.cyan(icon));
70
89
gulp.src(icon)
71
90
.pipe(intercept(function(file){
72
-
console.log("\nCopy the following to your "+pkg.name+".xml (after description):\n\n"+gutil.colors.cyan("<icon>")+file.contents.toString("base64")+gutil.colors.cyan("<\\icon>")+"\n");
91
+
console.log("\nCopy the following to your "+pkg.name+".xml (after description):\n\n"+gutil.colors.cyan("<icon>")+file.contents.toString("base64")+gutil.colors.cyan("<\/icon>")+"\n");
0 commit comments