From 6a79d47158c70136a96c38486d0827495a46f17e Mon Sep 17 00:00:00 2001 From: tobspr Date: Mon, 13 Jun 2022 21:09:00 +0200 Subject: [PATCH] Update gulpfile --- gulp/gulpfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gulp/gulpfile.js b/gulp/gulpfile.js index fef2a9d4..5051219b 100644 --- a/gulp/gulpfile.js +++ b/gulp/gulpfile.js @@ -291,10 +291,7 @@ gulp.task( "bundle.steam.from-windows", gulp.series("bundle.standalone-steam.from-windows", "bundle.standalone-steam-china.from-windows") ); -gulp.task( - "bundle.steam-demo.from-darwin", - gulp.series("bundle.standalone-steam-demo.from-darwin", "bundle.standalone-steam-china-demo.from-darwin") -); +gulp.task("bundle.steam-demo.from-darwin", gulp.series("bundle.standalone-steam-demo.from-darwin")); gulp.task( "bundle.steam-demo.from-windows", gulp.series(