File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import path from 'path';
55import { fileURLToPath } from 'url' ;
66
77const __dirname = path . dirname ( fileURLToPath ( import . meta. url ) ) ;
8- const uiDir = path . resolve ( __dirname , "./windows/ ui" ) ;
8+ const uiDir = path . resolve ( __dirname , "./ui" ) ;
99const confirmPs1 = path . resolve ( uiDir , "./confirm.ps1" ) ;
1010const welcomePs1 = path . resolve ( uiDir , "./welcome.ps1" ) ;
1111const compresPs1 = path . resolve ( uiDir , "./compress.ps1" ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " strc" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1-a " ,
44 "description" : " JavaScript String Compressor - lossless string compression algorithm" ,
55 "main" : " dist/jssc.cjs" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ mkdir dist/windows
44cp -r bin/windows/ui dist/windows/ui
55cp bin/windows/default.justc dist/windows/default.justc
66cp bin/windows/jssc.vbs dist/windows/jssc.vbs
7+ cp bin/windows/icon.ico dist/windows/icon.ico
78
89node src/emoji.js
910rm -f src/emoji.js
You can’t perform that action at this time.
0 commit comments