File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2626 <MapFileExtensions >true</MapFileExtensions >
2727 <AutorunEnabled >true</AutorunEnabled >
2828 <ApplicationRevision >0</ApplicationRevision >
29- <ApplicationVersion >1.1.0 .%2a</ApplicationVersion >
29+ <ApplicationVersion >1.1.1 .%2a</ApplicationVersion >
3030 <UseApplicationTrust >false</UseApplicationTrust >
3131 <PublishWizardCompleted >true</PublishWizardCompleted >
3232 <BootstrapperEnabled >true</BootstrapperEnabled >
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ static void Main(string[] args)
116116
117117 // Check if that mount path exists
118118 string usrMount = Environment . ExpandEnvironmentVariables ( usrMountPath ) ;
119- if ( Directory . Exists ( usrMount ) )
119+ var pcsMount = Path . Combine ( usrMount , "Movies" ) ;
120+ if ( Directory . Exists ( pcsMount ) )
120121 {
121122 break ;
122123 }
Original file line number Diff line number Diff line change 3131// You can specify all the values or you can default the Build and Revision Numbers
3232// by using the '*' as shown below:
3333// [assembly: AssemblyVersion("1.0.*")]
34- [ assembly: AssemblyVersion ( "1.1.0 .0" ) ]
35- [ assembly: AssemblyFileVersion ( "1.1.0 .0" ) ]
34+ [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
35+ [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
You can’t perform that action at this time.
0 commit comments