Skip to content

Commit

Permalink
Fix: ClickOnce遺漏檔案
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed May 25, 2022
1 parent f9afc17 commit 1b61c7b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions Properties/PublishProfiles/ClickOnceProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project>
<PropertyGroup>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.7.0.*</ApplicationVersion>
<ApplicationRevision>1</ApplicationRevision>
<ApplicationVersion>1.7.0.1</ApplicationVersion>
<BootstrapperEnabled>True</BootstrapperEnabled>
<Configuration>Release</Configuration>
<CreateDesktopShortcut>True</CreateDesktopShortcut>
Expand All @@ -17,7 +17,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Install>True</Install>
<InstallFrom>Web</InstallFrom>
<InstallUrl>https://github.com/jim60105/YoutubeSegmentDownloader/raw/setup/</InstallUrl>
<IsRevisionIncremented>True</IsRevisionIncremented>
<IsRevisionIncremented>False</IsRevisionIncremented>
<IsWebBootstrapper>True</IsWebBootstrapper>
<MapFileExtensions>True</MapFileExtensions>
<OpenBrowserOnPublish>False</OpenBrowserOnPublish>
Expand Down Expand Up @@ -56,5 +56,14 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<IncludeHash>true</IncludeHash>
<FileType>File</FileType>
</PublishFile>
<PublishFile Include="zh\YoutubeSegmentDownloader.resources">
<Group>
</Group>
<TargetPath>
</TargetPath>
<PublishState>DataFile</PublishState>
<IncludeHash>true</IncludeHash>
<FileType>Satellite</FileType>
</PublishFile>
</ItemGroup>
</Project>

0 comments on commit 1b61c7b

Please sign in to comment.