Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jun 9, 2018
1 parent 46438d3 commit 0c6d671
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion indexextract/Form1.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions indexextract/Form1.vb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Public Class Form1
'상태 표시 설정
Label9.Text = "파일을 찾지 못함"
Label9.Font = New Font("맑은 고딕", 8.5, FontStyle.Regular)
Label6.Text = "파일이 이미 존재함"
Label6.Text = "파일 이미 존재"
Label9.Font = New Font("맑은 고딕", 8, FontStyle.Regular)
Label11.Text = "파일을 추출함"

Expand Down Expand Up @@ -281,10 +281,12 @@ b:

Private Sub Button7_Click(sender As Object, e As EventArgs) Handles Button7.Click
Dim vvr As String
If Replace(Me.Text, "...", "") = Me.Text Then
If Me.Text.Contains("e") Then
vvr = rel
Else
ElseIf Me.Text.Contains("b") Then
vvr = dev
Else
vvr = False
End If
If vvr = dev Then
Process.Start(dl)
Expand Down
8 changes: 4 additions & 4 deletions uc.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<update>
<project>indexextract</project>
<dev>Index Extractor 3.0...7</dev>
<rel>Index Extractor 2.4</rel>
<dl>https://github.com/dhkim0800/indexextract/releases/3.0b7</dl>
<rl>https://github.com/dhkim0800/indexextract/releases/latest</rl>
<dev>Index Extractor 18.06e0</dev>
<rel>Index Extractor 18.06b0</rel>
<dl>https://github.com/dhkim0800/indexextract/releases/18.06b0</dl>
<rl>https://github.com/dhkim0800/indexextract/releases/18.06e0</rl>
</update>

0 comments on commit 0c6d671

Please sign in to comment.