Skip to content

Commit

Permalink
Modify temp path
Browse files Browse the repository at this point in the history
  • Loading branch information
cjybyjk committed Jul 29, 2018
1 parent 85909f7 commit 04fb191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 方法是按如下所示使用“*”: :
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.1.2.0")>
<Assembly: AssemblyFileVersion("1.1.2.0")>
<Assembly: AssemblyVersion("1.1.3.0")>
<Assembly: AssemblyFileVersion("1.1.3.0")>
2 changes: 1 addition & 1 deletion frm_Main.vb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Public Class frm_Main
On Error Resume Next
Dim tmppath As String, gsipath As String, syspath As String, outtmp As String, binpath As String

tmppath = Application.UserAppDataPath & "\Temp\"
tmppath = Application.StartupPath & "\Temp\"
binpath = Application.StartupPath & "\bin\"
syspath = tmppath & "sysimg-out\"
gsipath = tmppath & "gsiimg-out\"
Expand Down

0 comments on commit 04fb191

Please sign in to comment.