Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Jun 3, 2024
1 parent 15dcb15 commit 4d42587
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v1
with:
name: ImCoolBar_Unix
path: bin/ImCoolBar_Unix
name: ImCoolBar_Linux_x32
path: bin/ImCoolBar_Linux_x32
4 changes: 2 additions & 2 deletions .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@v1
with:
name: ImCoolBar_Macos.app
path: bin/ImCoolBar_Macos.app
name: ImCoolBar_Darwin_x32.app
path: bin/ImCoolBar_Darwin_x32.app
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ target_include_directories(ImCoolBar PRIVATE
${CMAKE_SOURCE_DIR}
)

message("Output will be : ${PROJECT}_${CMAKE_SYSTEM_NAME}_${ARCH}")

set_target_properties(${PROJECT} PROPERTIES OUTPUT_NAME "${PROJECT}_${CMAKE_SYSTEM_NAME}_${ARCH}")

set_target_properties(${PROJECT} PROPERTIES RUNTIME_OUTPUT_DIRECTORY_DEBUG "${FINAL_BIN_DIR}")
Expand Down
2 changes: 1 addition & 1 deletion ImCoolBar
Submodule ImCoolBar updated 1 files
+3 −3 ImCoolBar.cpp
2 changes: 0 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,6 @@ int main(int, char**) {
_appDatas.textures.push_back(std::make_pair(name, loadTexture("res/" + name + ".png")));
}

const char* imCoolBarTitle = "##CoolBarMainWin";

while (!glfwWindowShouldClose(window)) {
glfwPollEvents();

Expand Down

0 comments on commit 4d42587

Please sign in to comment.