This is test project to get the full path of file in Wails 2.
First clone this repo:
git clone git@github.com:ayatkyo/wails-2-file-drop-test.git
Then clone this repos go-webview2 and into that directory
cd wails-2-file-drop-test
git clone --depth 1 --single-branch --branch "feature/v2-windows-file-real-path" git@github.com:ayatkyo/wails.git ./local/wails
git clone --depth 1 --single-branch --branch "feature/file-real-path" git@github.com:ayatkyo/go-webview2.git ./local/go-webview2
Build Wails runtime using command:
cd .\local\wails\v2\internal\frontend\
pnpm install && pnpm run build
After that, back to root directory of wails-2-file-drop-test
, then run demo using this command:
wails dev