mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 10:38:55 +00:00
Remove extension from shell script
This commit is contained in:
parent
d38912ab36
commit
77b2d93fdd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user