Remove extension from shell script

This commit is contained in:
Jia Hao 2016-01-27 10:25:46 +08:00
parent d38912ab36
commit 77b2d93fdd
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import tmp from 'tmp';
tmp.setGracefulCleanup();
const PNG_TO_ICNS_BIN_PATH = path.join(__dirname, '..', 'bin/pngToIcns.sh');
const PNG_TO_ICNS_BIN_PATH = path.join(__dirname, '..', 'bin/pngToIcns');
/**
* @callback pngToIcnsCallback