Skip to content

Commit

Permalink
fixed broken publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Nov 3, 2023
1 parent 1ca9a87 commit f2faadb
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file added Assets/github.psd
Binary file not shown.
Binary file added Assets/instagram.psd
Binary file not shown.
Binary file added Assets/youtube_bg.psd
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Publish_Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\v9\ImageGlass\bin\Publish\net6.0-windows-x64</PublishDir>
<PublishDir>..\ImageGlass\bin\Publish\net6.0-windows-x64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Publish_Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\v9\ImageGlass\bin\Publish\net7.0-windows-x64</PublishDir>
<PublishDir>..\ImageGlass\bin\Publish\net7.0-windows-x64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Publish_Release</Configuration>
<Platform>ARM64</Platform>
<PublishDir>..\..\v9\ImageGlass\bin\Publish\net8.0-windows-arm64</PublishDir>
<PublishDir>..\ImageGlass\bin\Publish\net8.0-windows-arm64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Publish_Release</Configuration>
<Platform>x64</Platform>
<PublishDir>..\..\v9\ImageGlass\bin\Publish\net8.0-windows-x64</PublishDir>
<PublishDir>..\ImageGlass\bin\Publish\net8.0-windows-x64</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<_TargetId>Folder</_TargetId>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
Expand Down

0 comments on commit f2faadb

Please sign in to comment.