Skip to content

Commit 491ca86

Browse files
committed
fix: fix sounds
1 parent 51cf540 commit 491ca86

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

app/alarm_soft.mp3

-128 KB
Binary file not shown.

app/sounds/alarm_digital.mp3

63.2 KB
Binary file not shown.

app/sounds/alarm_soft.mp3

-94.5 KB
Binary file not shown.

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gulp.task('copy-resources',
1717
return gulp.src([
1818
'app/graphics/*',
1919
'app/sounds/*'
20-
], {base: 'app/'})
20+
], {base: 'app/', encoding: false})
2121
.pipe(gulp.dest(destDir + '/'));
2222
}
2323
);

0 commit comments

Comments
 (0)