Create deployables
[clnl] / bin / buildwindowsexec.sh
index 8976cef205750ce735445049145179782d8e9950..b2484884bf4ef0786472aa4ff26885573a9f369f 100755 (executable)
@@ -46,8 +46,8 @@ sbcl --no-sysinit --no-userinit \
   --eval "(asdf:initialize-source-registry '(:source-registry (:tree \"${escaped_cur_dir}\\\\tmp\\\\deps\") (:directory \"${escaped_cur_dir}\\\\src\\\\main\") :IGNORE-INHERITED-CONFIGURATION))" \
   --eval "(asdf:load-system :clnl)" \
   --eval "(asdf:clear-output-translations)" \
-  --eval '(sb-ext:save-lisp-and-die "windowssbcl.exe" :executable t :toplevel (function clnl:run))'
+  --eval '(sb-ext:save-lisp-and-die "clnl.exe" :executable t :toplevel (function clnl:run))'
 
 rm -rf tmp
 
-echo "Executable is windowssbcl.exe"
+echo "Executable is clnl.exe"