Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ca246a

Browse files
author
Clement Champetier
committed
CMake: deploy python apps in bin/python
1 parent554e16e commit2ca246a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎app/pyProcessor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
install(
55
FILES"pyprocessor.py"
66
PERMISSIONSOWNER_EXECUTEOWNER_WRITEOWNER_READGROUP_EXECUTEGROUP_READWORLD_READWORLD_EXECUTE
7-
DESTINATION"share/python"
7+
DESTINATION"bin/python"
88
)

‎app/pyThumbnail/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
install(
55
FILES"pythumbnail.py"
66
PERMISSIONSOWNER_EXECUTEOWNER_WRITEOWNER_READGROUP_EXECUTEGROUP_READWORLD_READWORLD_EXECUTE
7-
DESTINATION"share/python"
7+
DESTINATION"bin/python"
88
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp