Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 19, 2024
1 parent 62f397d commit ecd2394
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# EmmyLua-AttachDebugger
# EmmyLua2-AttachDebugger

CI status | Download
---------- | ----------
[![Build status](https://ci.appveyor.com/api/projects/status/4kadeg6awn9dee9k?svg=true)](https://ci.appveyor.com/project/EmmyLua/emmylua-attachdebugger)|[EmmyLua-AttachDebugger](https://ci.appveyor.com/project/EmmyLua/emmylua-attachdebugger/build/artifacts)
a fork for CppCXY/EmmyLua-AttachDebugger
7 changes: 0 additions & 7 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

intellij {
pluginName.set("EmmyLua-AttachDebugger")
// version.set("2023.1")
version.set("2023.2")
type.set("IC") // Target IDE Platform

plugins.set(listOf("com.cppcxy.Intellij-EmmyLua"))
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "EmmyLua-AttachDebugger"
rootProject.name = "EmmyLua2-AttachDebugger"

0 comments on commit ecd2394

Please sign in to comment.