diff --git a/extra/tools/deploy/windows/windows.factor b/extra/tools/deploy/windows/windows.factor index 0d0241a5e0..34580cf6f9 100755 --- a/extra/tools/deploy/windows/windows.factor +++ b/extra/tools/deploy/windows/windows.factor @@ -1,7 +1,8 @@ ! Copyright (C) 2007 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: io io.files kernel namespaces sequences system -tools.deploy tools.deploy.config assocs hashtables prettyprint ; +tools.deploy tools.deploy.config assocs hashtables prettyprint +windows.shell32 windows.user32 ; IN: tools.deploy.windows : copy-vm ( executable bundle-name -- vm ) @@ -38,4 +39,5 @@ M: windows-deploy-implementation deploy [ deploy-name get create-exe-dir ] keep [ deploy-name get image-name ] keep namespace + deploy-name get open-in-explorer ] bind deploy* ;